TextAnchorType

TextAnchorType enumeration

text box alignment within a text area.

public enum TextAnchorType : sbyte

Values

NameValueDescription
NotDefined-1
Top0
Center1
Bottom2
Justified3
Distributed4

See Also