[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgDefsElement

Class SvgDefsElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents the 'defs' element.

public class SvgDefsElement : SvgGraphicsElement
Inheritance
SvgDefsElement
Inherited Members

Constructors

SvgDefsElement()

Initializes a new instance of the SvgDefsElement class.

public SvgDefsElement()

Fields

SvgName

Gets the SVG name of SvgDefsElement.

public const string SvgName = "defs"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string