Back to Devexpress

HamburgerMenu.BottomBarBackground Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-a9a23c61.md

latest1.7 KB
Original Source

HamburgerMenu.BottomBarBackground Property

Gets or sets a brush that specifies how the bottom bar’s background is painted.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Brush BottomBarBackground { get; set; }
vb
Public Property BottomBarBackground As Brush

Property Value

TypeDescription
Brush

A Brush that describes how the bottom bar’s background is painted. The default is determined by the currently applied theme.

|

Remarks

By default, the menu background color depends on the currently applied theme. Use the BottomBarBackground and HamburgerMenu.PaneBackground properties to specify the background of the bottom bar and the main menu, respectively.

See Also

BottomBarItems

PaneBackground

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace