leftMargin | |||||||
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 left edge, and how close objects in a group can come to the group's left edge. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default, item, button, field, integer Property: left, wideMargins, pixels, margins, firstIndent Command: group Object: field Glossary: object, property, non-negative, group | ||||||
Description | Use the leftMargin property to change the amount of blank space between an object's left edge and its contents. The leftMargin property of a field or button specifies how many blank pixels are left between the object's left edge and the left edge of its text. The leftMargin of a group specifies how far the group's left edge extends below its leftmost object. An object's leftMargin property is equal to item 1 of its margins property. | ||||||
Tags | ui |