SystemColors.InactiveCaptionTextBrush Eigenschaft

Definition

Ruft ein SolidColorBrush-Objekt ab, das die Textfarbe der Titelleiste eines inaktiven Fensters angibt.

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

Eigenschaftswert

SolidColorBrush

Die Textfarbe der Titelleiste eines inaktiven Fensters.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für