Click or drag to resize

FromPartValue Enumeration

The part of a shape from which a connection originates.

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum FromPartValue
Members
  Member nameValueDescription
None0 None.
LeftEdge1 Left edge.
CenterEdge2 Center edge.
RightEdge3 Right Edge.
BottomEdge4 Bottom Edge.
MiddleEdge5 Middle Edge.
TopEdge6 Top Edge.
BeginXCell7 BeginX cell.
BeginYCell8 BeginY Cell.
BeginXOrBeginYPoint9 BeginX/BeginY point.
EndXCell10 EndX cell.
EndYCell11 EndY cell.
EndXOrEndYPoint12 EndX/EndY point.
ControlPoint100 Control point.
Undefined-2147483648 Undefined.
See Also