DXFrame.MobileStatusBarBackground Property
In This Article
Gets or sets the background color of the status bar. The alpha channel of the color is not used. This is a dependency property.
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 |
---|---|
Solid |
The background color of the status bar. |
See Also