Enum Label.Align
enum Align
: int { ... }
Enum members
Name | Description |
---|---|
alignCenter
|
Align rows centered. |
alignFill
|
Expand row whitespaces to fit the width. |
alignLeft
|
Align rows to the left (default). |
alignRight
|
Align rows to the right. |