SystemColors.ActiveCaptionBrush Eigenschaft

Definition

Ruft einen SolidColorBrush mit der Hintergrundfarbe der Titelleiste des aktiven Fensters ab.

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

Eigenschaftswert

SolidColorBrush

Ein SolidColorBrush, dessen Color auf die Hintergrundfarbe 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.ActiveCaptionBrush}"/>  

XAML-Werte

X:Statisch
Die x:Static Markup Extension.

Gilt für