Tablet.CurrentTabletDevice Propriedade

Definição

Obtém o TabletDevice atual.

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 da propriedade

O TabletDevice atual.

Exemplos

O exemplo a seguir 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

Comentários

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

Aplica-se a