SystemColors.DesktopColor Eigenschaft

Definition

Ruft eine Color-Struktur ab, die die Farbe für den Desktop angibt.

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

Eigenschaftswert

Color

Die Farbe des Desktops.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static
Die x:Static Markup Extension.

Gilt für