SystemColors.InactiveCaptionBrush Eigenschaft

Definition

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

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

Eigenschaftswert

Die Hintergrundfarbe der Titelleiste eines inaktiven Fensters.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static-Markuperweiterung.

Gilt für: