[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextPositioningElement

SvgTextPositioningElement Class

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

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public abstract class SvgTextPositioningElement : SvgTextContentElement
Public MustInherit Class SvgTextPositioningElement
    Inherits SvgTextContentElement

Constructors

Name Description
SvgTextPositioningElement(SvgElementType)

Initializes a new instance of the SvgTextPositioningElement class.

Properties

Name Description
DX

Gets or sets the list of relative X coordinates.

DY

Gets or sets the list of relative Y coordinates.

Rotate

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

X

Gets or sets the list of absolute X coordinates.

Y

Gets or sets the list of absolute Y coordinates.