ToolBar and ToolBarTray controls for Avalonia (port of WPF)
| Property Name | Value | Description |
|---|---|---|
| Orientation | Orientation |
Defines the orientation of the ToolBar |
| Band | int |
Defines which group the Toolbar has |
| BandIndex | int |
Defines which index in group the ToolBar has |
| IsOverflowOpen | bool |
Defines whether the overflow menu ToolBar is open |
| HasOverflowItems | bool |
Defines whether the Toolbar has overflowing elements |
| IsOverflowItem | bool |
Defines is the ToolBar item overflowing |
| OverflowMode | OverflowMode |
Defines the overflow mode of the ToolBar |
| Property Name | Value | Description |
|---|---|---|
| Background | IBrush? |
Defines the background of ToolBarTray |
| Orientation | Orientation |
Defines the orientation of the ToolBarTray (affect to ToolBar.Orientation Property) |
| IsLocked | bool |
Defines whether the ToolBarTray is locked |
| ToolBars | Collection<ToolBar> |
Defines Content of ToolBarTray |