@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.2
val bottom: HorizontalAnchorable

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

parent

Added in 1.1.2
val parent: ConstrainedLayoutReference

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

top

Added in 1.1.2
val top: HorizontalAnchorable

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