[]
Represents a 'textPath' element.
public class SvgTextPathElement : SvgTextContentElement
Public Class SvgTextPathElement
Inherits SvgTextContentElement
Name | Description |
---|---|
SvgTextPathElement() | Initializes a new instance of the SvgTextPathElement class. |
Name | Description |
---|---|
SvgName | Gets the SVG name of SvgTextPathElement. |
Name | Description |
---|---|
ElementName | Gets the SVG name of the current element. |
Href | Gets or sets a reference to the SvgGeometryElement onto which the glyphs will be rendered, if no Path is provided. |
Method | Gets or sets the method by which text should be rendered along the path. |
Path | Gets or sets the path onto which the typographic characters will be rendered. |
Side | Gets or sets a value specifying the side of the path the text is placed on (relative to the path direction). |
Spacing | Gets or sets a value indicating how the user agent should determine the spacing between typographic characters that are to be rendered along a path. |
StartOffset | Gets or sets an offset from the start of the path for the initial current text position. |