evCreate API 5.7 Help

EvOutlinePlacement Enumeration

The EvOutlinePlacement TS enumeration defines the options for placing the outline of a given object item along the bounding box of this object item.

Bottom: "bottom";

The outline is inside the bounding box. The outer outline side is adjacent to the bounding box.

EvOutlinePlacement.Bottom places outline inside the bounding box of an object

Center: "center";

The outline is centered on the bounding box. The central outline axis is aligned with the bounding box.

EvOutlinePlacement.Center places outline inside the bounding box of an object

Top: "top";

The outline is outside the bounding box. The inner outline side is adjacent to the bounding box.

EvOutlinePlacement.Top places outline outside the bounding box of an object

01 May 2025