StatusBar.ForegroundColor Property

Definition

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

public:
 property IReference<Color> ^ ForegroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ForegroundColor();

void ForegroundColor(IReference<Color> value);
public System.Nullable<Color> ForegroundColor { get; set; }
var iReference = statusBar.foregroundColor;
statusBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

Property Value

The foreground color of the status bar.

Applies to