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