Share via


Thumb.IsDragging 屬性

定義

取得 Thumb 控件是否有焦點和滑鼠擷取。

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

屬性值

Boolean

bool

如果 Thumb 控件具有焦點和滑鼠擷取,則為 true;否則為 false。 預設值為 false

適用於