Tablet.CurrentTabletDevice 속성

정의

현재 TabletDevice를 가져옵니다.

public:
 static property System::Windows::Input::TabletDevice ^ CurrentTabletDevice { System::Windows::Input::TabletDevice ^ get(); };
public static System.Windows.Input.TabletDevice CurrentTabletDevice { get; }
static member CurrentTabletDevice : System.Windows.Input.TabletDevice
Public Shared ReadOnly Property CurrentTabletDevice As TabletDevice

속성 값

현재 TabletDevice입니다.

예제

다음 예제는 TabletDevice 속성입니다.

// Get the current tablet device, if it exists
TabletDevice myCurrentTabletDevice = Tablet.CurrentTabletDevice;
' Get the current tablet device, if it exists
Dim myCurrentTabletDevice As TabletDevice = Tablet.CurrentTabletDevice

설명

현재 태블릿 디바이스는 디바이스 가장 최근에 배달 된 패킷 시스템입니다.

적용 대상