Freigeben über


SystemColors.DesktopBrush Eigenschaft

Definition

Ruft ein SolidColorBrush , das die Farbe des Desktops ist.

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

Eigenschaftswert

Die Farbe des Desktops.

Hinweise

Verwendung von XAML-Attributen

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

XAML-Werte

x:Static Die x:Static-Markuperweiterung.

Gilt für: