The mode defines how to move a field on the z-order of the canvas in relation to the other elements.

Enumeration Members

MoveBack: "MoveBack"

Move the field one step back (towards the background).

MoveFront: "MoveFront"

Move the field one step forward (towards the foreground).

MoveToBack: "MoveToBack"

Move the field to the back of the canvas. This will result in the bottom most field.

MoveToFront: "MoveToFront"

Move the field to the front of the canvas. This will result in the top most field.

Generated using TypeDoc