AppWindowTitleBar.ForegroundColor Property

Definition

Gets or sets the color of the title bar foreground.

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 = appWindowTitleBar.foregroundColor;
appWindowTitleBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

Property Value

The color of the title bar foreground. (See Color.)

Applies to