TIWCGJsPlumbAnchorPerimeterType Enumeration

Represents type TIWCGJsPlumbAnchorPerimeterType.

Namespace: IWCGJsPlumb
type
 TIWCGJsPlumbAnchorPerimeterType = (jspaptNone,jspaptCircle,jspaptEllipse,jspaptTriangle,jspaptDiamond,jspaptRectangle,jspaptSquare);

The TIWCGJsPlumbAnchorPerimeterType type exposes the following members.

Show:
 NameDescription
jspaptCircle

Represents constant jspaptCircle.

jspaptDiamond

Represents constant jspaptDiamond.

jspaptEllipse

Represents constant jspaptEllipse.

jspaptNone

Represents constant jspaptNone.

jspaptRectangle

Represents constant jspaptRectangle.

jspaptSquare

Represents constant jspaptSquare.

jspaptTriangle

Represents constant jspaptTriangle.

Top