ContentElement.AreAnyTouchesCapturedWithin 属性
定义
获取一个值,该值指示在此元素或其可视化树中的任何子元素上是否至少捕获了一次触摸。Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree.
public:
property bool AreAnyTouchesCapturedWithin { bool get(); };
public bool AreAnyTouchesCapturedWithin { get; }
member this.AreAnyTouchesCapturedWithin : bool
Public ReadOnly Property AreAnyTouchesCapturedWithin As Boolean
属性值
如果在此元素或其可视化树中的任何子元素上至少捕获了一次触摸,则为 true
;否则为 false
。true
if at least one touch is captured to this element or any child elements in its visual tree; otherwise, false
.