StandardOtherUnitsValues Enumeration

Defines the StandardOtherUnitsValues enumeration.

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

Syntax

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

Members

Member name Description
Percentage %. When the item is serialized out as xml, its value is "%".
DeviceResolution dev. When the item is serialized out as xml, its value is "dev".
None none. When the item is serialized out as xml, its value is "none".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace