Enumeration ComponentSizingMode

Enumeration Members

Enumeration Members

Anywhere: 2

Displays the component anywhere (arbitrary location) on the canvas. (Ignoring the bounding box).

These components may be ignored unless a full render is done.

Intended for compnents that need to be rendered on a full export, but won't be visible to the user.

For example, a metadata component.

BoundingBox: 0

The default. The compnent gets its size from its bounding box.

FillScreen: 1

Causes the component to fill the entire visible region of the screen

Generated using TypeDoc

OpenSource licenses