IInputElement.IsStylusDirectlyOver 속성

정의

스타일러스가 가장 엄격한 적중 횟수 테스트 감지 수준에서 이 요소 위에 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

스타일러스가 요소 위에 있으면true 이고, 없으면 false입니다.

설명

공용 구현에 대 한이 인터페이스를 사용 하는 것이 없습니다. 자세한 내용은 주의 참조 하십시오.는 IInputElement 인터페이스입니다.

Windows Presentation Foundation(WPF) 코어의 기존 구현(참조 ContentElement.IsStylusDirectlyOverUIElement.IsStylusDirectlyOver)은 이 속성을 종속성 속성으로 설정합니다.

적용 대상

추가 정보