Compartir a través de


Tablet.CurrentTabletDevice Propiedad

Definición

Obtiene la estructura TabletDevice actual.

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

Valor de propiedad

Objeto TabletDevice actual.

Ejemplos

En el ejemplo siguiente se muestra la TabletDevice propiedad .

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

Comentarios

El dispositivo de tableta actual es el dispositivo que más recientemente entregó paquetes al sistema.

Se aplica a