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