ContentElement.AreAnyTouchesCapturedWithin 屬性

定義

取得值,這個值表示是否至少有一個觸控擷取至這個項目或其視覺化樹狀結構中的任何子項目。

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

屬性值

如果至少有一個觸控擷取至這個項目或其視覺化樹狀結構中的任何子項目,則為 true,否則為 false

適用於