UIElement.AreAnyTouchesDirectlyOver 屬性
定義
取得值,這個值表示是否至少有一個觸控在這個項目上按下。Gets a value that indicates whether at least one touch is pressed over this element.
public:
property bool AreAnyTouchesDirectlyOver { bool get(); };
public bool AreAnyTouchesDirectlyOver { get; }
member this.AreAnyTouchesDirectlyOver : bool
Public ReadOnly Property AreAnyTouchesDirectlyOver As Boolean
屬性值
如果至少有一個觸控在這個項目上按下,則為 true
,否則為 false
。true
if at least one touch is pressed over this element; otherwise, false
.