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

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