Object

SpatialAbsoluteAlignment

A collection of common SpatialAlignments unaware of the layout direction.

Source set: Android
public object SpatialAbsoluteAlignment

A collection of common SpatialAlignments unaware of the layout direction.

Properties

TopLeft

Source set: Android
@JvmStatic public val TopLeft: SpatialAlignment

Aligns at the top of the vertical axis and left of the horizontal axis irrespective of the layout direction.

TopRight

Source set: Android
@JvmStatic public val TopRight: SpatialAlignment

Aligns at the top of the vertical axis and right of the horizontal axis irrespective of the layout direction.

CenterLeft

Source set: Android
@JvmStatic public val CenterLeft: SpatialAlignment

Aligns at the center of the vertical axis and left of the horizontal axis irrespective of the layout direction.

CenterRight

Source set: Android
@JvmStatic public val CenterRight: SpatialAlignment

Aligns at the center of the vertical axis and right of the horizontal axis irrespective of the layout direction.

BottomLeft

Source set: Android
@JvmStatic public val BottomLeft: SpatialAlignment

Aligns at the bottom of the vertical axis and left of the horizontal axis irrespective of the layout direction.

BottomRight

Source set: Android
@JvmStatic public val BottomRight: SpatialAlignment

Aligns at the bottom of the vertical axis and right of the horizontal axis irrespective of the layout direction.

Left

Source set: Android
@JvmStatic
public val Left: SpatialAlignment.Horizontal

Aligns at the left of the horizontal axis irrespective of the layout direction.

Source set: Android
@JvmStatic
public val Right: SpatialAlignment.Horizontal

Aligns at the right of the horizontal axis irrespective of the layout direction.

Last updated: