stageAlign property

StageAlign stageAlign
getter/setter pair

The StageAlign used to render the Stage.

The align mode configures the way how the content on the stage is aligned on the canvas element. You can change the behavior at runtime by changing the Stage.align property.

Implementation

StageAlign stageAlign = StageAlign.NONE;