[]
        
(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
object
SvgTitleElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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