alignment property

Alignment alignment
final

The alignment of the origin of the coordinate system in which the scale takes place, relative to the size of the box.

For example, to set the origin of the scale to bottom middle, you can use an alignment of (0.0, 1.0).

Implementation

final Alignment alignment;