class VerticalChainReference : LayoutReference


Represents a vertical chain within a ConstraintLayout.

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

Summary

Public properties

ConstraintLayoutBaseScope.HorizontalAnchor

The bottom anchor of the last element in the chain.

ConstraintLayoutBaseScope.HorizontalAnchor

The top 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

bottom

Added in 1.1.0-alpha13
val bottomConstraintLayoutBaseScope.HorizontalAnchor

The bottom anchor of the last element in the chain.

top

Added in 1.1.0-alpha13
val topConstraintLayoutBaseScope.HorizontalAnchor

The top anchor of the first element in the chain.