Set the size of the canvas by providing its width and height. You can also make it penetrable, which means that the finger touch or cursor click will pass through the blank area of the canvas.
The alignment style of the UI element. With it, you can quickly align the UI element left, horizontally center, right, top, vertically center, and bottom.
Position
The values on the X-axis and the Y-axis determine the position of the UI elements on the screen.
Size
Specifies the width and height of the UI element.
Rotation
Specifies the rotation of the UI element.
Visible
Determines if the UI element is visible.
Pivot
The pivot points of transformations. The value ranges from 0 to 1. For example, X = 0.5 and Y = 0.5 represent the center position. Click the point in the box to quickly set some commonly used values, such as center, bottom left corner, and bottom right corner. When you set the point as the anchor point, the origin position of the UI element will be set to the position of the pivot. By default, (0,0) of each UI element is in the top left corner.
Constraint
If Top and bottom or Left and right is not selected, Constraint defines the distances between the UI element's anchor point and the constraint points on the canvas. This distance will be applied to the distance between the anchor point and the screen points corresponding to the canvas point. If Top and bottom or Left and Right is selected, Constraint defines the distances between the vertices of the UI element box and constraint points. The distance will be applied to the distances between the vertices and the screen points corresponding to the canvas point.