Gets or sets whether the control should respond to the mouse wheel. If the mouse wheel is enabled, its effect is to modify the slider value by SmallChange. This is a dependency property.

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

Syntax

C#
public bool IsMouseWheelEnabled { get; set; }
Visual Basic
Public Property IsMouseWheelEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool IsMouseWheelEnabled {
	bool get ();
	void set (bool value);
}

See Also