LayoutVerticalAlignment

The anchor at which the entities will be aligned *within* each row. Note that rows collectively are still top aligned relative to the canvas. To center align within the canvas, add a placeholder child entity with the same height as the canvas.

Properties

Link copied to clipboard
val Bottom: Int = 2
Each entity will align to the bottom of its row.
Link copied to clipboard
val Center: Int = 1
Each entity will be centered within its row.
Link copied to clipboard
Link copied to clipboard
val Top: Int = 0
Each entity will align to the top of its row in the layout.

Functions

Link copied to clipboard
open fun name(e: Int): String