Content stretch option. More...
Public Member Functions | |
| ContentStretch (int value) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
| static ContentStretch | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| Fill =(1) | |
| None =(0) | |
| Repeat =(4) | |
| Uniform =(2) | |
| UniformToFill =(3) | |
Content stretch option.
| int getValue | ( | ) |
Returns the integer value of the enumeration constant.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |