String
enum
Possible text alignments.
Kind: global enum
Read only: true
Properties
Name | Type | Default | Description |
---|---|---|---|
Left | TextAlignment |
left |
Align text left-to-right. |
Right | TextAlignment |
right |
Align text right-to-left. |
Center | TextAlignment |
center |
Align text to center. |
String
Kind: global typedef