SystemColors.WindowColor Eigenschaft

Definition

Ruft eine Color-Struktur ab, die die Hintergrundfarbe im Clientbereich eines Fensters darstellt.

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

Eigenschaftswert

Color

Die Hintergrundfarbe im Clientbereich eines Fensters.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für