TabletHardwareCapabilities Enumeration
.NET Framework 3.0
Defines values that specify the hardware capabilities of a tablet device, including desktop digitizers and mice.
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.InputAssembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration TabletHardwareCapabilities 'Usage Dim instance As TabletHardwareCapabilities
/** @attribute SerializableAttribute() */ /** @attribute FlagsAttribute() */ public enum TabletHardwareCapabilities
SerializableAttribute FlagsAttribute public enum TabletHardwareCapabilities
<object property="EnumerationValue" .../>
| Member name | Description | |
|---|---|---|
| HardProximity | Indicates the tablet device can generate in-air packets when the stylus is in the physical detection range (proximity) of the tablet device. | |
| Integrated | Indicates the digitizer is integrated with the display. | |
| None | Indicates the tablet device cannot provide this information. | |
| StylusHasPhysicalIds | Indicates the tablet device can uniquely identify the active stylus. | |
| StylusMustTouch | Indicates the stylus must be in physical contact with the tablet device to report its position. | |
| SupportsPressure | Indicates that the tablet device can detect the amount of pressure the user applies when using the stylus. |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: