Freigeben über


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

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace