  | PlatformHelperMouseWheelScrollDelta Property  | 
            Gets the amount of the delta value of a single mouse wheel rotation increment.
            
 
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic static int MouseWheelScrollDelta { get; }Public Shared ReadOnly Property MouseWheelScrollDelta As Integer
	Get
public:
static property int MouseWheelScrollDelta {
	int get ();
}static member MouseWheelScrollDelta : int with get
Property Value
Type: 
Int32
            The amount of the delta value of a single mouse wheel rotation increment.
            
See Also