[]
Represents a text element with attributes that position individual text glyphs.
public abstract class SvgTextPositioningElement : SvgTextContentElement
Public MustInherit Class SvgTextPositioningElement
Inherits SvgTextContentElement
Name | Description |
---|---|
SvgTextPositioningElement(SvgElementType) | Initializes a new instance of the SvgTextPositioningElement class. |
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. |