spaceBelow |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | set the spaceBelow of <line> of <field> to <pixels>
|
Associations | field |
Summary | Determines the space below a paragraph in a field.
|
Introduced | 5.5 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
pixels | | The number of pixels of space below the paragraph.
|
|
Example | set the spaceBelow of line 1 of field 1 to 20
|
Values | Name | Type | Description |
---|
Value | | The spaceBelow of a line of text in a field returns an integer.
|
|
Related | Property: leftIndent, borderWidth, vgrid, textAlign, dontWrap, formattedText, spaceAbove, backgroundColor, listBehavior, listIndent, hidden, textSize, firstIndent, tabstops, listStyle, rightIndent, listDepth, hgrid, hScrollbar, borderColor, formattedWidth
|
Description | Use the spaceBelow property to specify the amount of space below a
paragraph of text in a field.
|
Tags | ui |