MouseWheelChange Enum

Namespace
MahApps.Metro.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["MouseWheelChange"] class Type type-node

Syntax

public enum MouseWheelChange

Fields

Name Constant Value Summary
LargeChange 1
Change the value of the slider if the user rotates the mouse wheel by the value defined for RangeBase.LargeChange
static
SmallChange 0
Change the value of the slider if the user rotates the mouse wheel by the value defined for RangeBase.SmallChange
static