RotationTransform
Overview
Rotates a widget around the axis and by the angle you specify. The space it occupies in the layout stays the same. For example, tilt an icon to call attention to it.
Properties
| Property | Description | Values | Default |
|---|---|---|---|
Rotation Angle (rotationAxis · angle) | Rotates the widget. The Studio editing panel groups these into a single Rotation Angle item, where you set the rotation axis (rotationAxis: X, Y, or Z) and the rotation angle (angle, in degrees) side by side. The angle is converted to radians internally and applied around the axis you picked. | Axis X, Y, or Z / angle as a number in degrees | Rotation: Z, Angle: 0.0° |
alignment | Sets the reference point — the origin — of the rotation transform. | Alignment value | Center |
transformHitTest | Sets whether hit testing uses the rotated position. | On / off | On |
filterQuality | Sets the image quality (interpolation method) used when rendering the rotation transform. | none, low, medium, high | Not set |