StylusPointPropertyUnit Enumeration
Specifies the unit of measurement for a StylusPoint property.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Centimeters | Indicates that a StylusPoint property is measured in centimeters. | |
| Degrees | Indicates that a StylusPoint property is measured in degrees. | |
| Grams | Indicates that a StylusPoint property is measured in grams. | |
| Inches | Indicates that a StylusPoint property is measured in inches. | |
| None | Indicates that a StylusPoint property's measurement is not specified. | |
| Pounds | Indicates that a StylusPoint property is measured in pounds. | |
| Radians | Indicates that a StylusPoint property is measured in radians. | |
| Seconds | Indicates that a StylusPoint property is measured in seconds. |
The following example creates an StylusPointDescription object from a StylusPointCollection and gets the information for each StylusPointPropertyInfo in the StylusPointDescription.
Available since 3.0