ContentElement.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
.