Class

Alignment.Vertical

Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.

Android
public value class Vertical private constructor(private val value: Int)

Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.

Companion Object

Properties

Android
public val Top: Vertical
Android
public val CenterVertically: Vertical
Android
public val Bottom: Vertical