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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IsMouseWheelEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsMouseWheelEnabled As Boolean

See Also