Table of Contents

Enum SvgImageDataKind

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Specifies the kind of SVG data contained in a string. Enumerates known data parameter types for the constructor of svg image.

public enum SvgImageDataKind

Fields

Data = 1

The string contains SVG data in XML format.

PreloadUrl = 2

The string represents a URL pointing to SVG data. The SVG requires immediate loading in the constructor.

Url = 0

The string represents a URL pointing to SVG data that does not require immediate loading in the constructor. The SVG will be loaded the first time it is used in the application.