ConnectionPointPlace Enumeration

Specifies the location on the shape where connector will be connected.

Namespace:  Aspose.Diagram.Manipulation
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum ConnectionPointPlace
Members
  Member nameValueDescription
Top0 Top of the shape.
Bottom1 Bottom of the shape.
Left2 Left of the shape.
Right3 Right of the shape.
Center4 Center of the shape.
See Also