ContentElement.AreAnyTouchesDirectlyOver 속성

정의

이 요소 위에서 하나 이상의 터치를 눌렀는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool AreAnyTouchesDirectlyOver { bool get(); };
public bool AreAnyTouchesDirectlyOver { get; }
member this.AreAnyTouchesDirectlyOver : bool
Public ReadOnly Property AreAnyTouchesDirectlyOver As Boolean

속성 값

Boolean

이 요소 위에서 하나 이상의 터치를 눌렀으면 true이고, 그렇지 않으면 false입니다.

적용 대상