'Declaration Public Enum SvgElementType Inherits System.Enum
public enum SvgElementType : System.Enum
'Declaration Public Enum SvgElementType Inherits System.Enum
public enum SvgElementType : System.Enum
Member | Description |
---|---|
Anchor | Represents an 'a' element. |
Circle | Represents a 'circle' element. |
ClipPath | Represents a 'clipPath' element. |
Comment | Represents an XML comment. |
Content | Represents element content. |
Defs | Represents the 'defs' element. |
Desc | Represents the 'desc' element. |
Ellipse | Represents a 'ellipse' element. |
Group | Represents the 'g' element. |
Image | Represents an 'image' element. |
Line | Represents a 'line' element. |
LinearGradient | Represents a 'linearGradient' element. |
Marker | Represents a 'marker' element. |
Metadata | Represents the 'metadata' element. |
Path | Represents the 'path' element. |
Pattern | Represents a 'pattern' element. |
Polygon | Represents a 'polygon' element. |
Polyline | Represents a 'polyline' element. |
RadialGradient | Represents a 'radialGradient' element. |
Rectangle | Represents a 'rect' element. |
Stop | Represents a 'stop' element. |
Style | Represents a 'style' element. |
Svg | Represents the 'svg' element. |
Switch | Represents the 'switch' element. |
Symbol | Represents the 'symbol' element. |
Text | Represents a 'text' element. |
TextPath | Represents a 'textPath' element. |
Title | Represents the 'title' element. |
TSpan | Represents a 'tspan' element. |
Unknown | Unsupported SVG element or non-SVG element (HTML, ...). |
Use | Represents the 'use' element. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgElementType