Share via


WebUICommandBar.ForegroundColor Property

Definition

Deprecated. Gets or sets the foreground color of the command bar.

public:
 property Color ForegroundColor { Color get(); void set(Color value); };
Color ForegroundColor();

void ForegroundColor(Color value);
public Color ForegroundColor { get; set; }
var color = webUICommandBar.foregroundColor;
webUICommandBar.foregroundColor = color;
Public Property ForegroundColor As Color

Property Value

The foreground color of the command bar.

Remarks

Use of the Command Bar (also known as "App Bar") UX element is deprecated for UWP apps using JavaScript and no longer supported. If your app still requires it, this functionality is available from the WinJS 4 library.

Applies to