Condividi tramite


StylusDevice.TabletDevice Proprietà

Definizione

Ottiene l'oggetto TabletDevice che rappresenta il digitalizzatore associate all'oggetto StylusDevice corrente.

public:
 property System::Windows::Input::TabletDevice ^ TabletDevice { System::Windows::Input::TabletDevice ^ get(); };
public System.Windows.Input.TabletDevice TabletDevice { get; }
member this.TabletDevice : System.Windows.Input.TabletDevice
Public ReadOnly Property TabletDevice As TabletDevice

Valore della proprietà

Oggetto TabletDevice che rappresenta il digitalizzatore associato all'oggetto StylusDevice corrente.

Esempio

Nell'esempio seguente viene illustrata la TabletDevice proprietà .

TabletDevice myTabletDevice = myStylusDevice.TabletDevice;
Dim myTabletDevice As TabletDevice = myStylusDevice.TabletDevice

Si applica a