bottom | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack, card, field, button, graphic, scrollbar, player, image, group | ||||||
Summary | Specifies how far an object's bottom edge is from the top of the window or screen. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | 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 | ||||||
Description | Use the bottom property to change the vertical placement of a control or window. The bottom of a stack is in absolute (screen) 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 script error, but it has no effect. The bottom of a group or control is in relative (window) coordinates. Changing the bottom of an object shifts it to the new position without resizing it. To change an object's height, set its height or rectangle property. The height property of an object is equal to its bottom minus its top. | ||||||
Tags | ui |