Enum FromPartValue

FromPartValue enumeration

The part of a shape from which a connection originates.

public enum FromPartValue

Values

NameValueDescription
None0None.
LeftEdge1Left edge.
CenterEdge2Center edge.
RightEdge3Right Edge.
BottomEdge4Bottom Edge.
MiddleEdge5Middle Edge.
TopEdge6Top Edge.
BeginXCell7BeginX cell.
BeginYCell8BeginY Cell.
BeginXOrBeginYPoint9BeginX/BeginY point.
EndXCell10EndX cell.
EndYCell11EndY cell.
EndXOrEndYPoint12EndX/EndY point.
ControlPoint100Control point.
Undefined-2147483648Undefined.

See Also