[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementType

SvgElementType Enum

Specifies the type of an SVG element.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgElementType
Public Enum SvgElementType

Fields

Name 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.

TSpan

Represents a 'tspan' element.

Text

Represents a 'text' element.

TextPath

Represents a 'textPath' element.

Title

Represents the 'title' element.

Unknown

Unsupported SVG element or non-SVG element (HTML, ...).

Use

Represents the 'use' element.