Enum Button.TextAlign
enum TextAlign
: int { ... }
Enum members
Name | Description |
---|---|
alignCenter
|
Align the text to the center. |
alignLeft
|
Align the text to the left. |
alignRight
|
Align the text to the right. |