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

Syntax

public enum MouseWheelState

Fields

Name Field Type Constant Value Summary
ControlFocused MouseWheelState 1
Change the value of the slider only if the control is focused.
static
MouseHover MouseWheelState 2
Changes the value of the slider if the mouse pointer is over this element.
static
None MouseWheelState 0
Do not change the value of the slider if the user rotates the mouse wheel.
static