Tablet.CurrentTabletDevice Propriedade

Definição

Obtém a corrente 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

Valor de Propriedade

O atual TabletDevice.

Exemplos

O exemplo seguinte demonstra a TabletDevice propriedade.

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

Observações

O tablet atual é o dispositivo que mais recentemente entregou pacotes ao sistema.

Aplica-se a