Defines the vertical flow operation for components in a row or column
Member of Tile (PRIM_TILE)
Data Type - Enumeration
Defines the horizontal flow operation for components in a row or column. When the display area is divided into rows
Enum Value | Description |
---|---|
Center | Items are horizontally centered in a row |
Decrease | Items are positioned at the top or bottom of a row |
Increase | Items are positioned at the top or bottom of a row |
Spread | Same as Center |
When the display area is divided into columns
Enum Value | Description |
---|---|
Center | Items are separated by the value of the SpacingItems property and they are all vertically centered in the column |
Decrease | Items are positioned from the top or bottom, increasing down the the display area, separated by the value of the SpacingItems property |
Increase | Items are positioned from the top or bottom, decreasing up the display area, separated by the value of the SpacingItems property |
Spread | Items are separated by the value of the SpacingItems property and any remaining vertical space is spread between the items |
Febuary 18 V14SP2