共用方式為


GestureState 列舉

定義

指定筆勢各種狀態的列舉。

public enum class GestureState
public enum GestureState
type GestureState = 
Public Enum GestureState
繼承
GestureState

欄位

名稱 Description
Began 0

筆勢已開始但尚未結束、失敗或取消。

Update 1

正在更新筆勢狀態。

Ended 2

已結束筆勢。

Failed 3

無法辨識筆勢。

Cancelled 4

已取消筆勢。

Possible 5

筆勢正在進行,而且可能仍然會變成可辨識。

適用於