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: ConstExpression

The rectangle's bottom edge

Link copied to clipboard
abstract val center: ConstPosition

The rectangle's center

Link copied to clipboard
abstract val centerX: ConstExpression

The rectangle's horizontal center

Link copied to clipboard
abstract val centerY: ConstExpression

The rectangle's vertical center

Link copied to clipboard
abstract val edges: ConstEdges

The rectangle's 4 sides

Link copied to clipboard
abstract val height: ConstProperty

The rectangle's vertical extent

Link copied to clipboard
abstract val right: ConstExpression

The rectangle's right side

Link copied to clipboard
abstract val width: ConstProperty

The rectangle's horizontal extent