bottomMargin

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the bottomMargin of {<button> | <field> | <group>} to <pixels>
Associationsbutton, 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.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the bottomMargin of field "List" to 0
Values
NameTypeDescription
Value

The bottomMargin is a non-negative integer. By default, the bottomMargin of a newly created field is 8. If the field's wideMargins property is true, the field's bottomMargin is set to 14. The default bottomMargin setting for other controls is 4.

RelatedKeyword: 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.

Tagsui