Share via


StandardPerMassForceUnitsValues Enumeration

Defines the StandardPerMassForceUnitsValues enumeration.

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

Syntax

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

Members

Member name Description
PerKilogram 1/Kg. When the item is serialized out as xml, its value is "1/Kg".
PerGram 1/g. When the item is serialized out as xml, its value is "1/g".
PerMilligram 1/mg. When the item is serialized out as xml, its value is "1/mg".
PerNewton 1/N. When the item is serialized out as xml, its value is "1/N".
PerPond 1/lb. When the item is serialized out as xml, its value is "1/lb".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace