TIWCGJsPlumbEndpointType Enumeration

Represents type TIWCGJsPlumbEndpointType.

Namespace: IWCGJsPlumb
type
 TIWCGJsPlumbEndpointType = (jspetDefault,jspetDot,jspetRectangle,jspetImage,jspetBlank);

The TIWCGJsPlumbEndpointType type exposes the following members.

Show:
 NameDescription
jspetBlank

Represents constant jspetBlank.

jspetDefault

Represents constant jspetDefault.

jspetDot

Represents constant jspetDot.

jspetImage

Represents constant jspetImage.

jspetRectangle

Represents constant jspetRectangle.

Top