Поделиться через


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

Комментарии

Текущее планшетное устройство — это устройство, которое последнее доставляло пакеты в систему.

Применяется к