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
.