다음을 통해 공유


PointerDownEventArgs.PointerType 속성

정의

포인터 디바이스의 유형을 가져옵니다.

public:
 property Platform::String ^ PointerType { Platform::String ^ get(); };
winrt::hstring PointerType();
public string PointerType { get; }
var string = pointerDownEventArgs.pointerType;
Public ReadOnly Property PointerType As String

속성 값

String

Platform::String

winrt::hstring

포인터 디바이스 유형을 식별하는 문자열입니다. 가능한 값은 마우스, 터치입니다.

적용 대상