Bounds

interface Bounds

The rectangular bounds for 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: Property

The rectangle's vertical extent

Link copied to clipboard
abstract val left: Property

The rectangle's left edge

Link copied to clipboard
abstract val right: Expression

The rectangle's right side

Link copied to clipboard
abstract val top: Property

The rectangle's top edge

Link copied to clipboard
abstract val width: Property

The rectangle's horizontal extent