Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 683 Bytes

File metadata and controls

18 lines (13 loc) · 683 Bytes

TextHorizontalAlignment

Describes text horizontal alignment.

Enum

Name Description
Left Align to left.
Right Align to right.
Center Center alignment.
Justify Justify alignment. Text will be aligned on both left and right margins.
FullJustify Similar to 'Justify' alignment, except that the very last line will only be left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned.
None No alignment.

[Back to Model list] [Back to API list] [Back to README]