Horizontal alignment options. More...
Public Member Functions | |
HorizontalAlignment (int value) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static HorizontalAlignment | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Center =(2) | |
Left =(0) | |
Right =(1) | |
Stretch =(3) | |
Horizontal alignment options.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |