MappingTypeValues Enumeration

Defines the MappingTypeValues enumeration.

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

Syntax

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

Members

Member name Description
Identity identity. When the item is serialized out as xml, its value is "identity".
Lookup lookup. When the item is serialized out as xml, its value is "lookup".
Affine affine. When the item is serialized out as xml, its value is "affine".
MathML mathml. When the item is serialized out as xml, its value is "mathml".
Product product. When the item is serialized out as xml, its value is "product".
Unknown unknown. When the item is serialized out as xml, its value is "unknown".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace