共用方式為


GestureRecognizer.IsActive 屬性

定義

取得值,這個值表示是否正在處理互動。

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

屬性值

Boolean

bool

如果仍處理慣性) 的互動 (,則為 True;否則為 false。 預設值為 false。

適用於

另請參閱