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

适用于