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