SystemColors.InactiveCaptionTextColor Eigenschaft

Definition

Ruft eine Color-Struktur ab, die die Textfarbe in der Titelleiste des inaktiven Fensters darstellt.

public:
 static property System::Windows::Media::Color InactiveCaptionTextColor { System::Windows::Media::Color get(); };
public static System.Windows.Media.Color InactiveCaptionTextColor { get; }
member this.InactiveCaptionTextColor : System.Windows.Media.Color
Public Shared ReadOnly Property InactiveCaptionTextColor As Color

Eigenschaftswert

Color

Die Textfarbe der Titelleiste eines inaktiven Fensters.

Hinweise

Verwendung von XAML-Attributen

<object property="{x:Static SystemColors.InactiveCaptionTextColor}"/>  

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für