OutlineMode

This enum is used to determine the outline mode for outlined shapes.

INSET

Field

Inset outlining. This means that the outline will be inside the shape (+1px from top-left, -1px from bottom-right).


OUTSET

Field

Outset outlining. This means that the outline will be outside of the shape (-1px from top-left, +1px from bottom-right).


CENTER

Field

Center outlining. This means that the outline will match the shape size.

Last updated