Enum SvgTextAnchor
Text anchor is used to align (start-, middle- or end-alignment) a string of text relative to a given point.
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgTextAnchorConverter))]
public enum SvgTextAnchor
Fields
| Name | Description |
|---|---|
| End | The rendered characters are aligned such that the end of the text string is at the initial current text position. |
| Inherit | The value is inherited from the parent element. |
| Middle | The rendered characters are aligned such that the middle of the text string is at the current text position. |
| Start | The rendered characters are aligned such that the start of the text string is at the initial current text position. |