ConstrainedLayoutReference
Kotlin
|Java
class ConstrainedLayoutReference
kotlin.Any | |
↳ | androidx.compose.foundation.layout.ConstrainedLayoutReference |
Represents a layout within a ConstraintLayout.
Summary
Public constructors | |
---|---|
Represents a layout within a ConstraintLayout. |
Properties | |
---|---|
ConstraintLayoutBaseScope.VerticalAnchor |
The left anchor of this layout. |
ConstraintLayoutBaseScope.VerticalAnchor |
The right anchor of this layout. |
ConstraintLayoutBaseScope.BaselineAnchor |
The baseline anchor of this layout. |
ConstraintLayoutBaseScope.HorizontalAnchor |
The bottom anchor of this layout. |
ConstraintLayoutBaseScope.VerticalAnchor |
The end anchor of this layout. |
Any | |
ConstraintLayoutBaseScope.VerticalAnchor |
The start anchor of this layout. |
ConstraintLayoutBaseScope.HorizontalAnchor |
The top anchor of this layout. |
Public constructors
Properties
absoluteLeft
val absoluteLeft: ConstraintLayoutBaseScope.VerticalAnchor
The left anchor of this layout.
absoluteRight
val absoluteRight: ConstraintLayoutBaseScope.VerticalAnchor
The right anchor of this layout.
end
val end: ConstraintLayoutBaseScope.VerticalAnchor
The end anchor of this layout. Represents right in LTR layout direction, or left in RTL.
id
val id: Any
start
val start: ConstraintLayoutBaseScope.VerticalAnchor
The start anchor of this layout. Represents left in LTR layout direction, or right in RTL.