SystemParameters.IsPenWindowsKey Property

Definition

Gets the ResourceKey for the IsPenWindows property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to