SystemColors.AppWorkspaceColorKey Property

Definition

Gets the ResourceKey for the Color of the application workspace.

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

Property Value

The resource key for the Color of the application workspace.

Remarks

Use the AppWorkspaceColorKey to create a dynamic reference to the application workspace system color. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use AppWorkspaceColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also