Tablet.CurrentTabletDevice Właściwość

Definicja

Pobiera bieżący TabletDeviceelement .

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

Wartość właściwości

Bieżąca klasa TabletDevice.

Przykłady

W poniższym przykładzie pokazano TabletDevice właściwość .

// 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

Uwagi

Bieżące urządzenie tabletu to urządzenie, które ostatnio dostarczało pakiety do systemu.

Dotyczy