Condividi tramite


Tablet.CurrentTabletDevice Proprietà

Definizione

Ottiene l'oggetto TabletDevice corrente.

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

Valore della proprietà

Oggetto TabletDevice corrente.

Esempio

Nell'esempio seguente viene illustrata la TabletDevice proprietà .

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

Commenti

Il dispositivo tablet corrente è il dispositivo che ha recapitato più di recente pacchetti al sistema.

Si applica a