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
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.
# Tags
ui,
# See
- **keyword:** card, integer, top, rectangle, control - **property:** pixels, rectangle, bottomMargin, bottomRight, bottomLeft, height, top - **command:** group - **object:** stack - **glossary:** object, property, relative coordinates, absolute coordinates, stack window, error, negative