Share via


GestureRecognizer.IsActive Property

Definition

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

For more details on this API, please see the the UWP WinRT IsActive topic.

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