This section of the properties includes all settings for the positioning and size of the element. Depending on the layout settings of the parent container, some settings may not be available.

Size

The width and height of the element can be specified in pixels. The alternative option Stretch ensures that the element takes up the remaining space in the selected direction. If this option is active for multiple elements in a container, the space will be divided equally. This option gives you the possibility to create projects that adapt to different screen sizes. Other elements with fixed pixel values as size specification are not affected.

Position

This property can be set only for elements in a container with free layout. The positioning is the distance in pixels to the top left corner of the parent container.

Rotation

It is possible to set the rotation of an element around the element center. The degree is clockwise. During rotation, the size settings are rotated as well, so an element can protrude beyond their own dimensions.

Margin

The outer distance is the distance that an element has to its neighbor. The distances of adjacent elements are added together.

Padding

The inner distance is the distance between the borders of an element and its content. This spacing is especially useful for containers.

Alignment

The positioning of an element in a container can be determined separately for the horizontal and vertical direction. For each direction the options Start, Center and End are available.