UIElement.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
.