Thumb.IsDragging Property

Definition

Gets whether the Thumb control has focus and mouse capture.

public:
 property bool IsDragging { bool get(); };
bool IsDragging();
public bool IsDragging { get; }
var boolean = thumb.isDragging;
Public ReadOnly Property IsDragging As Boolean

Property Value

Boolean

bool

true if the Thumb control has focus and mouse capture; otherwise, false. The default is false.

Applies to