ComponentOne Gauges for WPF and Silverlight
KnobInteractionMode Enumeration

C1.WPF.Gauge Namespace : KnobInteractionMode Enumeration
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

Reference

C1.WPF.Gauge Namespace