UIElement.AreAnyTouchesDirectlyOver 屬性

定義

取得值,這個值表示是否至少有一個觸控在這個項目上按下。

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

屬性值

Boolean

如果至少有一個觸控在這個項目上按下,則為 true,否則為 false

適用於