Represents a toolbar.
Any item can be placed in the toolbar, but most often, simple Button buttons, TextBox text boxes, etc. are placed there. The Separator element is used to visually separate the buttons.
To split button blocks into two parts - left and right, the Toolbar.Align
attached property is used.
Inherits: Container : UIElement : UIElementBase
Name | Type | Description |
---|---|---|
Style | ToolbarStyle |
Toolbar display style. Possible values:
|
Border | ToolbarBorderStyle |
Frame. Possible values:
|
AlignItems | AlignItems | Items alignment mode. |
Base item properties |
Name | Type | Description |
---|---|---|
Toolbar.Align | ToolbarAlign |
Where to place the item. Possible values:
|
XAML
Result