ConnectorRoutingValues Enumeration

Connector Routing

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

Syntax

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

Members

Member name Description
Straight Straight. When the item is serialized out as xml, its value is "stra".
Bending Bending. When the item is serialized out as xml, its value is "bend".
Curve Curve. When the item is serialized out as xml, its value is "curve".
LongCurve Long Curve. When the item is serialized out as xml, its value is "longCurve".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace