ConnectValues Enumeration
Connection Locations Type
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ConnectValues
'Usage
Dim instance As ConnectValues
public enum ConnectValues
Members
Member name | Description | |
---|---|---|
None | No. When the item is serialized out as xml, its value is "none". | |
Rectangle | Four Connections. When the item is serialized out as xml, its value is "rect". | |
Segments | Edit Point Connections. When the item is serialized out as xml, its value is "segments". | |
Custom | Custom Connections. When the item is serialized out as xml, its value is "custom". |