alignOriginX property
Alignment?
get
alignOriginX
What point of the origin to use on the x-axis.
In most implementations:
Alignment.start
== clientRect.leftAlignment.center
== clientRect.left + clientRect.width / 2Alignment.end
== clientRect.left + clientRect.width
Changing this value will fire a new event on measure
Implementation
Alignment? get alignOriginX;