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

설명

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

적용 대상