UtilTweakingMouseSpeed Property
Gets or sets the current mouse speed. From 1 to 20.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int MouseSpeed { get; set; }
Public Shared Property MouseSpeed As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.MouseSpeed
UtilTweaking.MouseSpeed = value
public:
static property int MouseSpeed {
int get ();
void set (int value);
}
static member MouseSpeed : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The current mouse speed. From 1 to 20.
Win32Exception
|
|
ArgumentException
|
Value should be between 1 and 20.;value
|