Click or drag to resize
DigitalRunePlatformHelperMouseWheelScrollLines Property
Gets the number of lines to scroll when the mouse wheel is rotated.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static int MouseWheelScrollLines { 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