[]
Represents text content in an SVG element.
public class SvgContentElement : SvgElement
Initializes a new instance of the SvgContentElement class.
public SvgContentElement(XmlNodeType nodeType = XmlNodeType.Text)
nodeType
System.Xml.XmlNodeTypeGets or sets the text content.
public string Content { get; set; }
Gets the SVG or non-SVG name of the current element.
public override string ElementName { get; }
Gets the type of XML node.
public XmlNodeType NodeType { get; }