Metadata definitions for GridLayoutConcept. More...
Public Attributes | |
| DynamicPropertyType< String > | ColumnDefinitionsProperty |
| Defines the number of columns in a grid layout and how the grid layout distributes the content in columns. | |
| DynamicPropertyType< Integer > | ColumnProperty |
| The column into which grid layout places the item. | |
| DynamicPropertyType< Integer > | ColumnSpanProperty |
| Defines the number of columns an item in a grid layout occupies. | |
| DynamicPropertyType< GridLayoutConceptEnums.GridDirection > | DirectionProperty |
| The direction in which the items are arranged when you add them to a grid layout. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.GridLayoutConcept") |
| Metaclass for GridLayoutConcept. | |
| DynamicPropertyType< String > | RowDefinitionsProperty |
| Defines the number of rows in a grid layout and how the grid layout distributes the content in rows. | |
| DynamicPropertyType< Integer > | RowProperty |
| The row into which grid layout places the item. | |
| DynamicPropertyType< Integer > | RowSpanProperty |
| Defines the number of rows an item in a grid layout occupies. | |
Metadata definitions for GridLayoutConcept.
| DynamicPropertyType<String> ColumnDefinitionsProperty |
Defines the number of columns in a grid layout and how the grid layout distributes the content in columns.
| DynamicPropertyType<Integer> ColumnProperty |
The column into which grid layout places the item.
| DynamicPropertyType<Integer> ColumnSpanProperty |
Defines the number of columns an item in a grid layout occupies.
| DynamicPropertyType<GridLayoutConceptEnums.GridDirection> DirectionProperty |
The direction in which the items are arranged when you add them to a grid layout.
| DynamicPropertyType<String> RowDefinitionsProperty |
Defines the number of rows in a grid layout and how the grid layout distributes the content in rows.
| DynamicPropertyType<Integer> RowProperty |
The row into which grid layout places the item.
| DynamicPropertyType<Integer> RowSpanProperty |
Defines the number of rows an item in a grid layout occupies.