ContentElement.AreAnyTouchesCaptured 属性

定义

获取一个值,该值指示在此元素上是否至少捕获了一次触摸。

public:
 property bool AreAnyTouchesCaptured { bool get(); };
public bool AreAnyTouchesCaptured { get; }
member this.AreAnyTouchesCaptured : bool
Public ReadOnly Property AreAnyTouchesCaptured As Boolean

属性值

如果在此元素上至少捕获了一次触摸,则为 true;否则为 false

适用于