Skip to main content

Swap Element Position

Purpose

Swaps the drawing position of this element for that of a different element.

Example

swap-element-position --oldPosition title --newPosition subtitle

Command Syntax

ParameterFormatRequirementUsage
--oldPositionStringMandatoryThe name of the element to be swapped.
--newPositionStringMandatoryThe name of the element that is being swapped with.
tip

This command is used for example to ensure a label appears in front of a container by ensuring the label is drawn after the container.