[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTitleElement

Class SvgTitleElement

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

Represents the 'title' element.

public class SvgTitleElement : SvgElement
Inheritance
SvgTitleElement
Inherited Members

Constructors

SvgTitleElement()

Initializes a new instance of the SvgTitleElement class.

public SvgTitleElement()

Fields

SvgName

Gets the SVG name of SvgTitleElement.

public const string SvgName = "title"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string