Skip to main content
Version: Next

BoundingBox.height property

the height of the element in pixels.

Signature:

interface BoundingBox {
height: number;
}