Skip to main content

DXFrame.MobileStatusBarForeground Property

Gets or sets the foreground 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 MobileStatusBarForeground { get; set; }

Property Value

Type Description
SolidColorBrush

The foreground color of the status bar.

See Also