ToolbarItemType
Wisej.Hybrid.Shared.Toolbar.ToolbarItemType
Namespace: Wisej.Hybrid.Shared.Toolbar
Assembly: Wisej.Hybrid (3.5.0.0)
Represents the types of items that can be placed in a toolbar.
Fields
Name | Description |
---|---|
Default | Default toolbar item. Used when no specific type is required. |
FixedSpace | Represents a fixed space in the toolbar. Unlike FlexibleSpace, this has a constant size and does not change. |
FlexibleSpace | Represents a flexible space in the toolbar. This space can expand or shrink as needed. Useful for aligning items in the toolbar or creating visually appealing layouts. |
Last updated