ConnectorPointValues Enumeration

Connector Point

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

Syntax

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

Members

Member name Description
Auto Auto. When the item is serialized out as xml, its value is "auto".
BottomCenter Bottom Center. When the item is serialized out as xml, its value is "bCtr".
Center Center. When the item is serialized out as xml, its value is "ctr".
MiddleLeft Middle Left. When the item is serialized out as xml, its value is "midL".
MiddleRight Middle Right. When the item is serialized out as xml, its value is "midR".
TopCenter Top Center. When the item is serialized out as xml, its value is "tCtr".
BottomLeft Bottom Left. When the item is serialized out as xml, its value is "bL".
BottomRight Bottom Right. When the item is serialized out as xml, its value is "bR".
TopLeft Top Left. When the item is serialized out as xml, its value is "tL".
TopRight Top Right. When the item is serialized out as xml, its value is "tR".
Radial Radial. When the item is serialized out as xml, its value is "radial".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace