OptionaloriginThe horizontal origin point for transformations (rotate, scale).
OptionaloriginThe vertical origin point for transformations (rotate, scale).
OptionalrotateRotation around the transform origin.
OptionalscaleUniform scaling factor (applied to both X and Y axes).
A value of 1 means no scaling, 2 means double size, 0.5 means half-size.
This value is overridden by scaleX and scaleY if they are also provided.
OptionalscaleHorizontal scaling factor. Overrides the X component of scale if provided.
OptionalscaleVertical scaling factor. Overrides the Y component of scale if provided.
OptionaltranslateHorizontal translation (movement along the X-axis). Applied after positioning via layout.
OptionaltranslateVertical translation (movement along the Y-axis). Applied after positioning via layout.
Defines the 2D transformation properties for a BoxNode. Transformations are applied relative to the specified origin.