enum which describes diagram object connection ports.
The connector is linked with diagram items. The point of a diagram item that can be used for connection is called connection port. Connection port is specified by numeric value. Predefined connection ports are listed in ConnectionPorts enum.
Enumerator |
---|
CP_None |
There is no connection port.
|
CP_Center |
The port is located at the diagram item center point.
|
CP_Left |
The port is located at the diagram item middle-left point.
|
CP_Right |
The port is located at the diagram item middle-right point.
|
CP_Top |
The port is located at the diagram item top-center point.
|
CP_TopLeft |
The port is located at the diagram item top-left corner.
|
CP_TopRight |
The port is located at the diagram item top-right corner.
|
CP_Bottom |
The port is located at the diagram item bottom-center point.
|
CP_BottomLeft |
The port is located at the diagram item bottom-left corner.
|
CP_BottomRight |
The port is located at the diagram item bottom-right corner.
|
CP_Begin |
Connector-specific: the start point.
|
CP_End |
Connector-specific: the finish point.
|
CP_Caption |
The port is located inside the item's caption area.
|
CP_ResizeHandle |
Reserved for the future use! The port is located inside the item's resize box.
|
CP_RotateHandle |
Reserved for the future use! The port is located inside the item's rotate box.
|
CP_CustomFirst |
All custom values should be equal or greater than this value.
|