| PlatformHelperMouseWheelScrollLines Property |
Gets the number of lines to scroll when the mouse wheel is rotated.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static int MouseWheelScrollLines { get; }
Public Shared ReadOnly Property MouseWheelScrollLines As Integer
Get
public:
static property int MouseWheelScrollLines {
int get ();
}
static member MouseWheelScrollLines : int with get
Property Value
Type:
Int32
The number of lines to scroll on a mouse wheel rotation, or -1 if the "One screen at a time"
mouse option is selected.
See Also