bottomMargin | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button, field, group | ||||||
Summary | Specifies how close text within an object can come to the object's lower edge, and how close objects in a group can come to the group's lower edge. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default, item, button, field, integer Property: wideMargins, pixels, bottom, margins Command: group Object: field Glossary: object, property, non-negative, group | ||||||
Description | Use the bottomMargin property to change the amount of blank space between an object's bottom edge and its contents. The bottomMargin property of a field or button specifies how many blank pixels are left between the object's bottom edge and the lower edge of its text. The bottomMargin of a group specifies how far the group's bottom edge extends below its lowest object. An object's bottomMargin property is equal to item 4 of its margins property. | ||||||
Tags | ui |