[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextElement

Class SvgTextElement

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

Represents a 'text' element.

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

Constructors

SvgTextElement()

Initializes a new instance of the SvgTextElement class.

public SvgTextElement()

Fields

SvgName

Gets the SVG name of SvgTextElement.

public const string SvgName = "text"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string