SystemParameters.CursorShadowKey Property

Definition

Gets the ResourceKey for the CursorShadow property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to