Modifying Elements

By right-clicking on any element on the page, you can open a context menu. Using the parameters in this window, you can modify the selected element, Copy or Paste its style, or Delete it entirely. (Figure 26)

Figure 26

Figure 26

⚠️

Note:

The numbers below correspond to the numbered items in Figure 26.

  1. Copy Style: Copies all properties of the selected element, including size and any variables set in the Properties panel.

    • Note: After copying, you can transfer these properties only to another element of the same type using Paste Style. For example, styles copied from a Button can only be pasted onto another Button.
  2. Paste Style: Applies the properties previously copied by Copy Style—including size and variables from the Properties panel—to the selected element.

    • Note: You can only paste styles onto another element of the same type.
  3. Delete: Completely removes the selected element.

  4. Properties: Opens a window where you can view and edit all variables for the selected element.

    • Note: The number and type of variables shown depend on the element type. For example, the Properties window for a Button looks like this:
    • Each variable in this window is explained individually in the Properties section.