Enum Label.VAlign
enum VAlign
: int { ... }
Enum members
Name | Description |
---|---|
valignBottom
|
Align the whole text to the bottom. |
valignCenter
|
Align the whole text to the center. |
valignFill
|
Align the whole text by spreading the rows. |
valignTop
|
Align the whole text to the top. |