[]
Represents a 'tspan' element.
public class SvgTSpanElement : SvgTextPositioningElement
Initializes a new instance of the SvgTSpanElement class.
public SvgTSpanElement()
Gets the SVG name of SvgTSpanElement.
public const string SvgName = "tspan"
Gets the SVG name of the current element.
public override string ElementName { get; }