LayoutHorizontalAlignment

The anchor at which the entities will be aligned relative to the canvas.

Properties

Link copied to clipboard
val Center: Int = 1
The layout will be centered horizontally on the canvas.
Link copied to clipboard
val Left: Int = 0
The left border of the leftmost element will align to the left side of the canvas.
Link copied to clipboard
Link copied to clipboard
val Right: Int = 2
The right border of the rightmost element will align to the right side of the canvas.

Functions

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