Compartilhar via


Thumb.IsDragging Propriedade

Definição

Obtém se o controle Thumb tem foco e captura de mouse.

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

Valor da propriedade

Boolean

bool

true se o controle Thumb tiver foco e captura de mouse; caso contrário, false. O padrão é false.

Aplica-se a