UtilTweakingMouseWheelScrollLines Property
Gets or sets the number of lines to scroll when the mouse wheel is rotated.
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 MouseWheelScrollLines { get; set; }
Public Shared Property MouseWheelScrollLines As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.MouseWheelScrollLines
UtilTweaking.MouseWheelScrollLines = value
public:
static property int MouseWheelScrollLines {
int get ();
void set (int value);
}
static member MouseWheelScrollLines : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The number of lines to scroll when the mouse wheel is rotated.
Win32Exception
|
|
ArgumentException
|
Value should be greater than 0.;value
|