@LayoutScopeMarker
class VerticalChainScope


Summary

Public properties

HorizontalAnchorable

The bottom anchor of the chain - can be constrained using HorizontalAnchorable.linkTo.

ConstrainedLayoutReference

Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children.

HorizontalAnchorable

The top anchor of the chain - can be constrained using HorizontalAnchorable.linkTo.

Public properties

bottom

Added in 1.1.0
val bottomHorizontalAnchorable

The bottom anchor of the chain - can be constrained using HorizontalAnchorable.linkTo.

parent

Added in 1.1.0
val parentConstrainedLayoutReference

Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children.

top

Added in 1.1.0
val topHorizontalAnchorable

The top anchor of the chain - can be constrained using HorizontalAnchorable.linkTo.