Specifies how close text within an object can come to the object lower edge, and how close objects in a group can come to the group lower edge.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the bottomMargin of {button | field | group} to pixels
# Examples
set the bottomMargin of field "List" to 0
# Description
Use the bottomMargin property to change the amount of blank space between an object bottom edge and its contents.
The bottomMargin property of a field or button specifies how many blank pixels are left between the object bottom edge and the lower edge of its text. The bottomMargin of a group specifies how far the group bottom edge extends below its lowest object.
An object's bottomMargin property is equal to item 4 of its margins property.
# Tags
ui,
# See