Gets the amount to scroll the SchedulerCanvasBase in response to the mouse wheel.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected abstract double MouseWheelScrollFactor { get; }
Visual Basic
Protected MustOverride ReadOnly Property MouseWheelScrollFactor As Double
	Get
Visual C++
protected:
virtual property double MouseWheelScrollFactor {
	double get () abstract;
}

See Also