Thumb.IsDragging Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets whether the Thumb control has focus and cursor capture.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property IsDragging As Boolean
public bool IsDragging { get; internal set; }

Property Value

Type: System..::.Boolean
true if the Thumb control has focus and cursor capture; otherwise false. The default is false.

Remarks

Dependency property identifier field: IsDraggingProperty

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Thumb Class

System.Windows.Controls.Primitives Namespace