MouseDeviceManager.CursorSpeed 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 cursor.
public:
property float CursorSpeed { float get(); void set(float value); };
public float CursorSpeed { get; set; }
member this.CursorSpeed : single with get, set
Public Property CursorSpeed As Single