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
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--oldPosition | String | Mandatory | The name of the element to be swapped. |
--newPosition | String | Mandatory | The 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.