spaceAbove |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | set the spaceAbove of <line> of <field> to <pixels>
|
Associations | field |
Summary | Determines the space above 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 above the paragraph.
|
|
Example | set the spaceAbove of line 1 of field 1 to 20
|
Values | Name | Type | Description |
---|
Value | | The spaceAbove of a line of text in a field returns an integer.
|
|
Related | Property: leftIndent, borderWidth, vgrid, textAlign, dontWrap, formattedText, backgroundColor, listBehavior, listIndent, hidden, textSize, firstIndent, tabstops, spaceBelow, listStyle, rightIndent, listDepth, hgrid, hScrollbar, borderColor, formattedWidth
|
Description | Use the spaceAbove property to specify the amount of space above a
paragraph of text in a field.
|
Tags | ui |