Summary
Gets/Sets the value when the slider will be changed. Possible values are if the slider is focused or if the mouse is over the slider.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Slider))]
[AttachedPropertyBrowsableForType(typeof(RangeSlider))]
public static MouseWheelState GetEnableMouseWheel(UIElement element)
Attributes
| Type |
Description |
| Category |
|
| AttachedPropertyBrowsableForType |
|
| AttachedPropertyBrowsableForType |
|
Parameters
| Name |
Type |
Description |
| element |
UIElement |
|
Return Value