AppWindowTitleBar.InactiveForegroundColor Eigenschaft

Definition

Ruft die Farbe des Titelleisten-Vordergrunds ab, wenn er inaktiv ist, oder legt diese fest.

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

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

Eigenschaftswert

Die Farbe des Vordergrunds der Titelleiste, wenn er inaktiv ist.

Gilt für:

Weitere Informationen