LayoutProperties
LayoutProperties
Properties of the layout of a container or widget
JSON Example
{
"num_columns": 0,
"num_rows": 0
}
integer As int32 As int32
num_columns
Optional
Describes the number of columns of grid layout of a container or widget. This property is applicable for grid layout only.
integer As int32 As int32
num_rows
Optional
Describes the number of rows of grid layout of a container or widget. This property is applicable for grid layout only.