General Properties


Visible

If not set, the element will be hidden, useful to temporary hide elements.

BlendMode

Blending mode for displaying this element.

Alpha - alpha blending
Screen - multiplies the inverse, result is always lighter
Add - linear dodge (add)
PreMulAlpha - premultiplied alpha blending
AddAlpha - linear dodge (add) by alpha strength

Position

Specifies X,Y position of the element. The position is also affected by MeasurePos, AnchorX/Y and AlignmentPosition.

X: 0.0, Y: 0.0 corresponds to upper left corner.
X: 0.5, Y: 0.5 corresponds to the middle of the screen.
X: 1.0, Y: 1.0 corresponds to lower right corner.

Anchor X

Alternative to Position property. Allows setting element to common positions before adding Position value.
It's helpful where more complex positioning is required, e.g if creating progress bars.

unset - use default value
start - left
center - center
end - right

Anchor Y

Alternative to Position property. Allows setting element to common positions before adding Position value.
It's helpful where more complex positioning is required, e.g if creating progress bars.

unset - use default value
start - top
center - center
end - bottom

MeasurePos

Variable component of the Position property.

AlignmentPosition

Specify which point on this element is positioned by Position or relevant position properties.

For example, to position element in the center of the screen, you would set this property to X: 0.5, Y: 0.5 and Position to also X: 0.5, Y: 0.5, so this element center is aligned to screen center.

Skala in unforma

If set, the element will always keep its aspect ratio. Disable to let element fill the screen - used for backgrounds.

Scale

Specify dimensions of the element.

Measure Scale

Variable component of the Scale property.

Additional general properties

Rotation

Rotation/Angle of the element.

Measure Rot

Variable component of the Rotation property.