Share via


Tablet.CurrentTabletDevice Eigenschaft

Definition

Ruft den aktuellen TabletDevice ab.

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

Eigenschaftswert

Der aktuelle TabletDevice.

Beispiele

Im folgenden Beispiel wird die TabletDevice -Eigenschaft veranschaulicht.

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

Hinweise

Das aktuelle Tablet-Gerät ist das Gerät, das zuletzt Pakete an das System übermittelt hat.

Gilt für: