enum GUISizeConstraintFlag
Flags that identify the type of data stored in a GUIDimensions structure.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
FixedWidth |
1 |
|
FixedHeight |
2 |
|
WidthOverridenAtRuntime |
4 |
|
HeightOverridenAtRuntime |
8 |
|
ExpandingWidth |
16 |
|
ExpandingHeight |
32 |