| LAYOUT_SIZEALIGN_Expand |
Expand both horizontal and vertical to fill space. |
| LAYOUT_SIZEALIGN_FixedWidth |
Fixed width, height can expand. |
| LAYOUT_SIZEALIGN_RelativeWidth |
Relative width as percentage of available space. |
| LAYOUT_SIZEALIGN_FixedHeight |
Fixed height, width can expand. |
| LAYOUT_SIZEALIGN_RelativeHeight |
Relative height as percentage of available space. |
| LAYOUT_SIZEALIGN_FixedSize |
Both width and height fixed. |
| LAYOUT_SIZEALIGN_AlignLeft |
Align with left edge of available space. |
| LAYOUT_SIZEALIGN_AlignRight |
Align with right edge of available space. |
| LAYOUT_SIZEALIGN_AlignTop |
Align with top edge of available space. |
| LAYOUT_SIZEALIGN_AlignBottom |
Align with bottom edge of available space. |
| LAYOUT_SIZEALIGN_CenterHorz |
Center horizontally in available space. |
| LAYOUT_SIZEALIGN_CenterVert |
Center vertically in available space. |
| LAYOUT_SIZEALIGN_Center |
Center both horizontal and vertically. |
| LAYOUT_SIZEALIGN_IgnoreNonVisible |
Ignore nonvisible items in layout. |