TextAnchorType

TextAnchorType enum

text box alignment within a text area.

enum class TextAnchorType : int8_t

Values

NameValueDescription
NotDefined-1
Top0
Center1
Bottom2
Justified3
Distributed4

See Also