Click or drag to resize

ConnectValues Enumeration

Connection Locations Type

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ConnectValues
Members
Member nameValueDescription
None0 No.

When the item is serialized out as xml, its value is "none".

Rectangle1 Four Connections.

When the item is serialized out as xml, its value is "rect".

Segments2 Edit Point Connections.

When the item is serialized out as xml, its value is "segments".

Custom3 Custom Connections.

When the item is serialized out as xml, its value is "custom".

See Also