Share via


ApplicationViewTitleBar.ForegroundColor Eigenschaft

Definition

Ruft die Farbe des Titelleisten-Vordergrunds ab oder legt sie fest.

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

Eigenschaftswert

Die Farbe des Titelleisten-Vordergrunds. (Siehe Farbe.)

Gilt für: