SystemColors.DesktopBrushKey Property

Definition

Gets the ResourceKey for the SolidColorBrush that paints the desktop.

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

Property Value

The resource key for the SolidColorBrush that paints the desktop. This brush's IsFrozen property is true, so it cannot be modified.

Remarks

Use the DesktopBrushKey to create a dynamic reference to the system brush that paints the desktop. This dynamic reference will automatically update if the brush is changed. To create a static reference that does not update automatically, use DesktopBrush.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also