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

注解

有关操作的详细信息,请参阅 输入概述。 有关响应操作的应用程序的示例,请参阅 演练:创建第一个触控应用程序

适用于