MouseDeviceManager.WheelSpeed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a multiplier value used to adjust the speed of the mouse wheel.
public:
property float WheelSpeed { float get(); void set(float value); };
public float WheelSpeed { get; set; }
member this.WheelSpeed : single with get, set
Public Property WheelSpeed As Single