.NET MAUI Toolbar Styling
You can style the Toolbar using the Flexible Styling API.
Style the toolbar
Style the Toolbar using the following properties:
-
BackgroundColor
(Microsoft.Maui.Graphics.Color
)—Specifies the background color of the toolbar. -
BorderColor
(Microsoft.Maui.Graphics.Color
)—Specifies the color of the border around the toolbar. -
BorderThickness
(Microsoft.Maui.Thickness
)—Specifies the thickness of the border around the toolbar. -
CornerRadius
(Microsoft.Maui.Thickness
)—Specifies the corner radius of the border around the toolbar. -
Style
(of typeMicrosoft.Maui.Controls.Style
)—Specifies the style of the toolbar.
Style the toolbar elements
-
OverflowMenuButtonStyle
(Microsoft.Maui.Controls.Style
with target typeTelerik.Maui.Controls.OverflowMenuButtonToolbarItemView
)—Specifies the Style applied to the overflow menu button in the toolbar. -
BackNavigationButtonStyle
(Microsoft.Maui.Controls.Style
with target typeTelerik.Maui.Controls.BackNavigationButtonToolbarItemView
)—Specifies the Style applied to the back navigation button in the toolbar. -
ScrollForwardButtonStyle
(Microsoft.Maui.Controls.Style
with target typeTelerik.Maui.Controls.ScrollForwardButtonToolbarItemView
)—Specifies the Style applied to the scroll button in the toolbar. -
ScrollBackwardButtonStyle
(Microsoft.Maui.Controls.Style
with target typeTelerik.Maui.Controls.ScrollBackwardButtonToolbarItemView
)—Specifies the Style applied to the backward scroll button in the toolbar.
Styling the toolbar items
All styling options applicable for the toolbar items are described in each toolbar item article.