Freigeben über


SystemColors.ActiveCaptionTextBrush Eigenschaft

Definition

Ruft ein SolidColorBrush , das die Farbe des Texts in der Titelleiste des aktiven Fensters ist.

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

Eigenschaftswert

A SolidColorBrush mit Color seiner Einstellung auf die Hintergrundfarbe des Texts in der Titelleiste des aktiven Fensters. Die Eigenschaft des zurückgegebenen Pinsels IsFrozen lautet true, sodass sie nicht geändert werden kann.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

X:Static Die x:Static-Markuperweiterung.

Gilt für: