VerticalChainScope
@LayoutScopeMarker
class VerticalChainScope
Summary
Public properties |
|
|---|---|
HorizontalAnchorable |
The bottom anchor of the chain - can be constrained using |
ConstrainedLayoutReference |
Reference to the |
HorizontalAnchorable |
The top anchor of the chain - can be constrained using |
Public properties
bottom
val bottom: HorizontalAnchorable
The bottom anchor of the chain - can be constrained using HorizontalAnchorable.linkTo.
parent
val parent: ConstrainedLayoutReference
Reference to the ConstraintLayout itself, which can be used to specify constraints between itself and its children.
top
val top: HorizontalAnchorable
The top anchor of the chain - can be constrained using HorizontalAnchorable.linkTo.