MouseWheelAction Enum
Specifies the various mouse wheel actions supported by MouseWheelGesture.
public enum MouseWheelAction
  
    Fields
| Name | Description | 
|---|---|
| AnyDelta | A mouse wheel movement that results in a any delta value.  | 
          
| NegativeDelta | A mouse wheel movement that results in a negative delta value.  | 
          
| None | No action.  | 
          
| PositiveDelta | A mouse wheel movement that results in a positive delta value.  |