alignOriginX property

Alignment? get alignOriginX

What point of the origin to use on the x-axis.

In most implementations:

  • Alignment.start == clientRect.left
  • Alignment.center == clientRect.left + clientRect.width / 2
  • Alignment.end == clientRect.left + clientRect.width

Changing this value will fire a new event on measure

Implementation

Alignment? get alignOriginX;