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
kind:method, kind:property, kind:ctor. Press Esc to clear.EndThe rendered characters are aligned such that the end of the text string is at the initial current text position.InheritThe value is inherited from the parent element.MiddleThe rendered characters are aligned such that the middle of the text string is at the current text position.StartThe rendered characters are aligned such that the start of the text string is at the initial current text position.