Enum
ThumbInteractionMode

An Enum that defines the possible interaction modes between slider's thumbs.

Definition

Namespace:Telerik.Windows.Controls.Slider

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum ThumbInteractionMode

Fields

Free

When the active thumb interacts with the thumb in free mode, there is no special interaction between both thumbs.

Declaration

cs-api-definition
Free = 2

Field Value

ThumbInteractionMode

Lock

When the active thumb interacts with the locked thumb it is not possible to pass through this thumb.

Declaration

cs-api-definition
Lock = 0

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

cs-api-definition
Push = 1

Field Value

ThumbInteractionMode

In this article
DefinitionFieldsFreeLockPush
Not finding the help you need?
Contact Support