Property Types

8 article

Enabled Property

Last Updated: October 15, 2025

The Enabled property determines whether a Layer participates in the final output of its owning Layout. Functionality When checked, the Layer is “enabled” and will appear normally in the Layout’s output. When unchecked, the Layer and all of its children are excluded from the Layout’s output. This means that disabled Layers will not be visible…

X & Y Property

Last Updated: October 15, 2025

The X and Y properties define the position of a Layer within its parent’s coordinate space. Together, they determine where the Layer is placed on the Layout Canvas relative to its parent’s alignment settings. The input field for these properties accepts any number, whole or decimal. Coordinate System: The point that these coordinates translate from…

Width & Height Property

Last Updated: October 29, 2025

The Width and Height properties define the horizontal and vertical space the Layer occupies in both the Layout Canvas and the final output. Property Type Both properties control the dimensions of a Layer’s bounding box, affecting how it scales, aligns, and contains its child elements. Fixed values When Width and Height are set to explicit…

Rotation Property

Last Updated: October 15, 2025

The Rotation property defines the angular orientation of a Layer around its center point. It controls how the Layer is rotated within the Layout Canvas. This property supports both whole and decimal degree values for precise adjustments. Visual Indicator in Canvas When a Layer is selected in the Layout Canvas, an arrow handle protruding from…

Alignment Property

Last Updated: October 29, 2025

The Alignment properties determine how a Layer is positioned within its parent Layer along the horizontal and vertical axes. Each Layer has two alignment settings: These properties affect both positioning and, when combined with “Auto” sizing, can also influence the size of the Layer. Summary Alignment Type Axis Primary Effect Notes Left Horizontal Anchors to…

Stretch Property

Last Updated: October 17, 2025

The Stretch property controls how an image or visual content fills the space of its area. It determines whether the visual keeps its original proportions, stretches to fill all available space, or scales in a way that might crop or distort it. Stretch None The image stays at its original size and does not stretch…

Brush Property

Last Updated: October 29, 2025

The brush property type has several brush types, each having its own properties to set it up. Select the Brush Type first from the drop down. Brush Types include: Solid Color Brush Allows you to set a color to fill the layer. Properties Linear Gradient Brush Allows you to set a series of colors that…

Color Property

Last Updated: October 29, 2025

A Color property can be defined by its Hex color code, RGB (mix of red green blue), or HSV (hue saturation value) along with it’s alpha (transparency) using the Cocktail color picker. Properties Direct Link Values There is currently no layer with a color property that could link to data. Instead, see the brush property,…