ParentBounds

interface ParentBounds

Bounds the refer to the external, bounding rectangle for the parent of a View that is being constrained.

Properties

Link copied to clipboard
abstract val bottom: Expression

The rectangle's bottom edge

Link copied to clipboard
abstract val center: Position

The rectangle's center

Link copied to clipboard
abstract val centerX: Expression

The rectangle's horizontal center

Link copied to clipboard
abstract val centerY: Expression

The rectangle's vertical center

Link copied to clipboard
abstract val edges: Edges

The rectangle's 4 sides

Link copied to clipboard
abstract val height: Expression

The rectangle's vertical extent

Link copied to clipboard
abstract val insets: Insets

The insets if any

Link copied to clipboard
abstract val right: Expression

The rectangle's right side

Link copied to clipboard
abstract val size: Area

The rectangle's width/height

Link copied to clipboard
abstract val width: Expression

The rectangle's horizontal extent