class HorizontalChainReference : LayoutReference


Represents a horizontal chain within a ConstraintLayout.

The anchors correspond to the first and last elements in the chain.

Summary

Public properties

ConstraintLayoutBaseScope.VerticalAnchor

The left anchor of the first element in the chain.

ConstraintLayoutBaseScope.VerticalAnchor

The right anchor of the last element in the chain.

ConstraintLayoutBaseScope.VerticalAnchor

The end anchor of the last element in the chain.

ConstraintLayoutBaseScope.VerticalAnchor

The start anchor of the first element in the chain.

Inherited functions

From androidx.constraintlayout.compose.LayoutReference
open operator Boolean
equals(other: Any?)
open Int

Public properties

absoluteLeft

Added in 1.1.0-alpha13
val absoluteLeftConstraintLayoutBaseScope.VerticalAnchor

The left anchor of the first element in the chain.

absoluteRight

Added in 1.1.0-alpha13
val absoluteRightConstraintLayoutBaseScope.VerticalAnchor

The right anchor of the last element in the chain.

end

Added in 1.1.0-alpha13
val endConstraintLayoutBaseScope.VerticalAnchor

The end anchor of the last element in the chain.

Represents right in LTR layout direction, or left in RTL.

start

Added in 1.1.0-alpha13
val startConstraintLayoutBaseScope.VerticalAnchor

The start anchor of the first element in the chain.

Represents left in LTR layout direction, or right in RTL.