[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPositioningElement

Class SvgTextPositioningElement

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

Represents a text element with attributes that position individual text glyphs.

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

Constructors

SvgTextPositioningElement(SvgElementType)

Initializes a new instance of the SvgTextPositioningElement class.

protected SvgTextPositioningElement(SvgElementType elementType)

Parameters

elementType SvgElementType

Properties

DX

Gets or sets the list of relative X coordinates.

public List<SvgLength> DX { get; set; }

Property Value

System.Collections.Generic.List<T><SvgLength>

DY

Gets or sets the list of relative Y coordinates.

public List<SvgLength> DY { get; set; }

Property Value

System.Collections.Generic.List<T><SvgLength>

Rotate

Gets or sets the list of supplemental rotation values, in degrees.

public List<float> Rotate { get; set; }

Property Value

System.Collections.Generic.List<T><float>

X

Gets or sets the list of absolute X coordinates.

public List<SvgLength> X { get; set; }

Property Value

System.Collections.Generic.List<T><SvgLength>

Y

Gets or sets the list of absolute Y coordinates.

public List<SvgLength> Y { get; set; }

Property Value

System.Collections.Generic.List<T><SvgLength>