Alignment

Typed two-axis placement policy for overlay and grid children.

Entries

Link copied to clipboard

Top-start placement.

Link copied to clipboard

Top-center placement.

Link copied to clipboard

Top-end placement.

Link copied to clipboard

Center-start placement.

Link copied to clipboard

Center placement.

Link copied to clipboard

Center-end placement.

Link copied to clipboard

Bottom-start placement.

Link copied to clipboard

Bottom-center placement.

Link copied to clipboard

Bottom-end placement.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

the horizontal placement policy.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard

the vertical placement policy.

Functions

Link copied to clipboard
fun valueOf(value: String): Alignment

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.