Freigeben über


SystemColors.InactiveCaptionColor Eigenschaft

Definition

Ruft eine Color-Struktur ab, die die Hintergrundfarbe der Titelleiste eines inaktiven Fensters darstellt.

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

Eigenschaftswert

Color

Die Hintergrundfarbe der Titelleiste eines inaktiven Fensters.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für