UIElement.AreAnyTouchesCapturedWithin プロパティ
定義
少なくとも 1 つのタッチがこの要素またはそのビジュアル ツリー内のいずれかの子要素にキャプチャされているかどうかを示す値を取得します。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
プロパティ値
少なくとも 1 つのタッチがこの要素またはそのビジュアル ツリー内のいずれかの子要素にキャプチャされている場合は true
。それ以外の場合は false
。true
if at least one touch is captured to this element or any child elements in its visual tree; otherwise, false
.