StartingElementValues Enumeration

Starting Element

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Node Node. When the item is serialized out as xml, its value is "node".
Transition Transition. When the item is serialized out as xml, its value is "trans".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace