[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTSpanElement

Class SvgTSpanElement

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

Represents a 'tspan' element.

public class SvgTSpanElement : SvgTextPositioningElement
Inheritance
SvgTSpanElement
Inherited Members

Constructors

SvgTSpanElement()

Initializes a new instance of the SvgTSpanElement class.

public SvgTSpanElement()

Fields

SvgName

Gets the SVG name of SvgTSpanElement.

public const string SvgName = "tspan"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string