TextAnchor Enum

TextAnchor enumeration

Specifies how text is horizontally aligned relative to a given point.

public enum TextAnchor

Values

NameValueDescription
Start0The text is aligned to the start of the line.
Middle1The text is aligned to the middle of the line.
End2The text is aligned to the end of the line.

See Also