An Enum that defines the possible interaction modes between slider's thumbs.
Definition
Namespace:Telerik.Windows.Controls.Slider
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ThumbInteractionMode
Fields
When the active thumb interacts with the thumb in free mode, there is no special interaction between both thumbs.
C#
Free = 2
When the active thumb interacts with the locked thumb it is not possible to pass through this thumb.
C#
Lock = 0
When the active thumb interacts with the thumb in push mode, its position will be changed to position of the active thumb.
C#
Push = 1