ConnectionValues Enumeration

Connection Type

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

Syntax

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

Members

Member name Description
ParentOf Parent Of. When the item is serialized out as xml, its value is "parOf".
PresentationOf Presentation Of. When the item is serialized out as xml, its value is "presOf".
PresentationParentOf Presentation Parent Of. When the item is serialized out as xml, its value is "presParOf".
UnknownRelationship Unknown Relationship. When the item is serialized out as xml, its value is "unknownRelationship".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace