This documentation is archived and is not being maintained.
TabletDevice Class
Visual Studio 2008
Represents the digitizer device of a Tablet PC.
Assembly: PresentationCore (in PresentationCore.dll)
The following example demonstrates how to get the properties that a TabletDevice supports.
Dim currentTablet As TabletDevice = Tablet.CurrentTabletDevice Dim supportedProperties As ReadOnlyCollection(Of StylusPointProperty) _ = currentTablet.SupportedStylusPointProperties Dim properties As New StringWriter() For Each supportedProperty As StylusPointProperty In supportedProperties properties.WriteLine(supportedProperty.ToString()) Next supportedProperty MessageBox.Show(properties.ToString())
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.Input.InputDevice
System.Windows.Input.TabletDevice
System.Windows.Threading.DispatcherObject
System.Windows.Input.InputDevice
System.Windows.Input.TabletDevice
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: