Skip to main content

HamburgerMenu.MobileStatusBarBackground Property

Gets or sets the background color of the status bar. The alpha channel of the color is not used.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SolidColorBrush MobileStatusBarBackground { get; set; }

Property Value

Type Description
SolidColorBrush

The background color of the status bar.

See Also