UIElement.AreAnyTouchesOver プロパティ
定義
少なくとも 1 つのタッチがこの要素またはそのビジュアル ツリー内のいずれかの子要素上で押されているかどうかを示す値を取得します。Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
public:
property bool AreAnyTouchesOver { bool get(); };
public bool AreAnyTouchesOver { get; }
member this.AreAnyTouchesOver : bool
Public ReadOnly Property AreAnyTouchesOver As Boolean
プロパティ値
少なくとも 1 つのタッチがこの要素またはそのビジュアル ツリー内のいずれかの子要素上で押されている場合は true
。それ以外の場合は false
。true
if at least one touch is pressed over this element or any child elements in its visual tree; otherwise, false
.