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.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- SliderHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Slider))]
[AttachedPropertyBrowsableForType(typeof(RangeSlider))]
public static void SetEnableMouseWheel(UIElement element, MouseWheelState value)
Attributes
| Type | Description |
|---|---|
| Category | |
| Attached |
|
| Attached |
Parameters
| Name | Type | Description |
|---|---|---|
| element | UIElement | |
| value | MouseWheelState |
Return Value
| Type | Description |
|---|---|
| void |
