LayoutGroup Properties
Name | Type | Default | Description |
---|---|---|---|
Disabled | bool | false | Enables or disables the element. |
Modifiers | IEnumerable<object> | N/A | Sets or gets the modifiers of the Layout item. |
Min | int | 50 | Determines the min size of the item. |
Label | string | "Group" | Determines the label of the item. |
Orientation | LayoutGroupOrientation | LayoutGroupOrientation.Vertical | Determines the group orientation. |
Size | object | N/A | Determines the size of the item. |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
Enums
LayoutGroupOrientation
LayoutGroupOrientation.Horizontal |
LayoutGroupOrientation.Vertical |