ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / KnobInteractionMode Enumeration

In This Topic
    KnobInteractionMode Enumeration
    In This Topic
    Interaction mode
    Syntax
    'Declaration
     
    
    Public Enum KnobInteractionMode 
       Inherits System.Enum
    public enum KnobInteractionMode : System.Enum 
    Members
    MemberDescription
    ClickMoves the pointer when the user clicks inside the Knob.
    ClickOrDragMoves the pointer when the user clicks inside the Knob or drags the pointer.
    DragMoves the pointer when the user drags it.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Gauge.KnobInteractionMode

    See Also