UIElement.AreAnyTouchesOver Свойство
Определение
Получает значение, указывающее, произошло ли хотя бы одно сенсорное нажатие данного элемента или какого-либо из его дочерних элементов в визуальном дереве.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
Значение свойства
Значение true
, если произошло хотя бы одно сенсорное нажатие данного элемента или какого-либо из его дочерних элементов в визуальном дереве; в противном случае — значение false
.true
if at least one touch is pressed over this element or any child elements in its visual tree; otherwise, false
.