SystemColors.ActiveCaptionTextBrush Eigenschaft

Definition

Ruft einen SolidColorBrush ab, der die Farbe des Texts in der Titelleiste des aktiven Fensters aufweist.

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

Eigenschaftswert

SolidColorBrush

Ein SolidColorBrush, dessen Color auf die Hintergrundfarbe der Textfarbe in der Titelleiste des aktiven Fensters festgelegt ist. Die IsFrozen-Eigenschaft des zurückgegebenen Pinsels ist true, sodass sie nicht geändert werden kann.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

X:Statisch
Die x:Static Markup Extension.

Gilt für