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.v18.2.dll
public SolidColorBrush MobileStatusBarBackground { get; set; }
Public Property MobileStatusBarBackground As SolidColorBrush
Type | Description |
---|---|
Windows.UI.Xaml.Media.SolidColorBrush | The background color of the status bar. |