StandardMassForceUnitsValues Enumeration

Defines the StandardMassForceUnitsValues enumeration.

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration StandardMassForceUnitsValues
'Usage
Dim instance As StandardMassForceUnitsValues
public enum StandardMassForceUnitsValues

Members

Member name Description
Kilogram Kg. When the item is serialized out as xml, its value is "Kg".
Gram g. When the item is serialized out as xml, its value is "g".
Milligram mg. When the item is serialized out as xml, its value is "mg".
Newton N. When the item is serialized out as xml, its value is "N".
Pond lb. When the item is serialized out as xml, its value is "lb".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace