Name | Type | Default | Description |
Disabled | bool | false | Specifies whether the element is active and interactive (enabled) or inactive and non-interactive (disabled). When disabled, users cannot interact with or modify the element. |
Modifiers | IEnumerable<object> | N/A | Sets or retrieves the modifiers applied to the Layout item, allowing you to customize its appearance or behavior, such as spacing, alignment, or other layout-related properties. |
Min | int | 50 | Specifies the minimum allowed size for the item. This value sets the smallest dimensions (such as width or height) that the item can be resized or displayed at within its container. |
Label | string | "Item" | Specifies the text or caption displayed as the item's label. This value is used to identify or describe the item in the user interface. |
Size | object | N/A | Specifies the dimensions of the item, such as width, height, or overall scale, to control how large or small the item appears within the interface. |
Unfocusable | bool | false | When set to true, this property prevents the element from receiving keyboard focus, making it inaccessible through keyboard navigation such as the Tab key. |