[]
Defines the type of alignment (start-, middle- or end-) for a string of pre-formatted text.
public enum SvgTextAnchor
Public Enum SvgTextAnchor
Name | Description |
---|---|
End | The rendered characters are shifted such that the end of the resulting rendered text is at the initial current text position. |
Middle | The rendered characters are shifted such that the geometric middle of the resulting rendered text is at the initial current text position. |
Start | The rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position. |