Freigeben über


SystemColors.ActiveCaptionBrush Eigenschaft

Definition

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

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

Eigenschaftswert

A SolidColorBrush mit Color seiner Einstellung auf die Hintergrundfarbe 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.ActiveCaptionBrush}"/>

XAML-Werte

X:Static Die x:Static-Markuperweiterung.

Gilt für: