Class ThumbInteractionMode
An Enum that defines the possible interaction modes between slider's thumbs.
Inheritance
Namespace: Telerik.Windows.Controls.Slider
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ThumbInteractionMode : Enum
Fields
Free
When the active thumb interacts with the thumb in free mode, there is no special interaction between both thumbs.
Declaration
public const ThumbInteractionMode Free
Field Value
ThumbInteractionMode
|
Lock
When the active thumb interacts with the locked thumb it is not possible to pass through this thumb.
Declaration
public const ThumbInteractionMode Lock
Field Value
ThumbInteractionMode
|
Push
When the active thumb interacts with the thumb in push mode, its position will be changed to position of the active thumb.
Declaration
public const ThumbInteractionMode Push
Field Value
ThumbInteractionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|