StandardPerMassForceUnitsValues Enumeration
Defines the StandardPerMassForceUnitsValues enumeration.
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration StandardPerMassForceUnitsValues
'Применение
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". |