GestureRecognizer.IsActive Property

Definition

Gets a value that indicates whether an interaction is being processed.

public:
 property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = gestureRecognizer.isActive;
Public ReadOnly Property IsActive As Boolean

Property Value

Boolean

bool

True if the interaction (including inertia) is still being processed; otherwise false. The default value is false.

Applies to

See also