bottom

Specifies how far an object bottom edge is from the top of the window or screen.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

set the bottom of object to number

# Examples

if the bottom of this stack > 600 then changeStackPlacement

set the bottom of card field 1 to the height of this stack

# Description

Use the bottom property to change the vertical placement of a control or window.

The bottom of a stack is in absolute coordinates. The bottom of a card is always equal to the height of the stack window; setting the bottom of a card does not cause a error, but it has no effect. The bottom of a group or control is in relative coordinates.

Changing the bottom of an object shifts it to the new position without resizing it. To change an object height, set its height or rectangle property.

The height property of an object is equal to its bottom minus its top.

# Tags

ui,

# See