[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgContentElement

Class SvgContentElement

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

Represents text content in an SVG element.

public class SvgContentElement : SvgElement
Inheritance
object
SvgContentElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgContentElement(XmlNodeType)

Initializes a new instance of the SvgContentElement class.

public SvgContentElement(XmlNodeType nodeType = XmlNodeType.Text)

Parameters

nodeType System.Xml.XmlNodeType

Properties

Content

Gets or sets the text content.

public string Content { get; set; }

Property Value

string

ElementName

Gets the SVG or non-SVG name of the current element.

public override string ElementName { get; }

Property Value

string

NodeType

Gets the type of XML node.

public XmlNodeType NodeType { get; }

Property Value

System.Xml.XmlNodeType