SystemParameters.WorkAreaKey Property

Definition

Gets the ResourceKey for the WorkArea property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.WorkAreaKey}"/>

Applies to