WeightUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the valid weight units for a Scale device.
public enum WeightUnit
type WeightUnit =
Public Enum WeightUnit
- Inheritance
-
WeightUnit
Fields
Name | Value | Description |
---|---|---|
Gram | 1 | gram |
Kilogram | 2 | kilogram |
Ounce | 3 | ounce |
Pound | 4 | pound |