ConstrainedLayoutReference

class ConstrainedLayoutReference : LayoutReference


Represents a layout within a ConstraintLayout.

This is a LayoutReference that may be constrained to other elements.

Summary

Public constructors

Public 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.

ConstraintLayoutBaseScope.VerticalAnchor

The start anchor of this layout.

ConstraintLayoutBaseScope.HorizontalAnchor

The top anchor of this layout.

Inherited functions

From androidx.constraintlayout.compose.LayoutReference
open operator Boolean
equals(other: Any?)
open Int

Public constructors

ConstrainedLayoutReference

Added in 1.1.0-alpha13
ConstrainedLayoutReference(id: Any)

Public properties

absoluteLeft

Added in 1.1.0-alpha13
val absoluteLeftConstraintLayoutBaseScope.VerticalAnchor

The left anchor of this layout.

absoluteRight

Added in 1.1.0-alpha13
val absoluteRightConstraintLayoutBaseScope.VerticalAnchor

The right anchor of this layout.

baseline

Added in 1.1.0-alpha13
val baselineConstraintLayoutBaseScope.BaselineAnchor

The baseline anchor of this layout.

bottom

Added in 1.1.0-alpha13
val bottomConstraintLayoutBaseScope.HorizontalAnchor

The bottom anchor of this layout.

end

Added in 1.1.0-alpha13
val endConstraintLayoutBaseScope.VerticalAnchor

The end anchor of this layout. Represents right in LTR layout direction, or left in RTL.

start

Added in 1.1.0-alpha13
val startConstraintLayoutBaseScope.VerticalAnchor

The start anchor of this layout. Represents left in LTR layout direction, or right in RTL.

top

Added in 1.1.0-alpha13
val topConstraintLayoutBaseScope.HorizontalAnchor

The top anchor of this layout.