SliderHelper.

SetChangeValueBy(UIElement, MouseWheelChange) Method

Summary

Gets/Sets the type how the value will be changed if the user rotates the mouse wheel.
Namespace
MahApps.Metro.Controls
Containing Type
SliderHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(Slider))]
[AttachedPropertyBrowsableForType(typeof(RangeSlider))]
public static void SetChangeValueBy(UIElement element, MouseWheelChange value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value MouseWheelChange

Return Value

Type Description
void