[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgDescElement

Class SvgDescElement

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

Represents the 'desc' element.

public class SvgDescElement : SvgElement
Inheritance
SvgDescElement
Inherited Members

Constructors

SvgDescElement()

Initializes a new instance of the SvgDescElement class.

public SvgDescElement()

Fields

SvgName

Gets the SVG name of SvgDescElement.

public const string SvgName = "desc"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string