ManipulationStartingEventArgs.IsSingleTouchEnabled 屬性

定義

取得或設定是否可以用一隻手指啟動操作。

public:
 property bool IsSingleTouchEnabled { bool get(); void set(bool value); };
public bool IsSingleTouchEnabled { get; set; }
member this.IsSingleTouchEnabled : bool with get, set
Public Property IsSingleTouchEnabled As Boolean

屬性值

如果可以用一隻手指啟動操作則為 true,否則為 false。 預設為 true

備註

如需操作的詳細資訊,請參閱 輸入概觀。 如需回應操作的應用程式範例,請參閱逐步解說 :建立您的第一個觸控應用程式

適用於