SystemParameters.IsMouseWheelPresentKey Property

Definition

Gets the ResourceKey for the IsMouseWheelPresent property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to