TIWCGJsPlumbAnchorStaticEnum Enumeration

Represents type TIWCGJsPlumbAnchorStaticEnum.

Namespace: IWCGJsPlumb
type
 TIWCGJsPlumbAnchorStaticEnum = (jspaseTopCenter,jspaseTopRight,jspaseRightMiddle,jspaseBottomRight,jspaseBottomCenter,jspaseBottomLeft,
 jspaseLeftMiddle,jspaseTopLeft,jspaseCenter);

The TIWCGJsPlumbAnchorStaticEnum type exposes the following members.

Show:
 NameDescription
jspaseBottomCenter

Represents constant jspaseBottomCenter.

jspaseBottomLeft

Represents constant jspaseBottomLeft.

jspaseBottomRight

Represents constant jspaseBottomRight.

jspaseCenter

Represents constant jspaseCenter.

jspaseLeftMiddle

Represents constant jspaseLeftMiddle.

jspaseRightMiddle

Represents constant jspaseRightMiddle.

jspaseTopCenter

Represents constant jspaseTopCenter.

jspaseTopLeft

Represents constant jspaseTopLeft.

jspaseTopRight

Represents constant jspaseTopRight.

Top