padding

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the padding of line <lineNumber> of <fieldReference> to <pixels>
Associationsfield
Summary

Determines the padding of the cells of a table in a field.

Introduced5.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pixels

The number of pixels to add as padding around the contents of the cells in a table.

Example
set the padding of line 5 of field 1 to 10
Values
NameTypeDescription
Value

The padding of a line or field returns the padding size as a number.

RelatedKeyword: field
Property: leftIndent, borderWidth, vgrid, textAlign, dontWrap, formattedText, spaceAbove, backgroundColor, listBehavior, listIndent, hidden, textSize, firstIndent, listStyle, spaceBelow, tabStops, rightIndent, listDepth, hgrid, hScrollbar, borderColor, formattedWidth
Description

Use the padding property to add padding to table cells.

The padding property adds padding to all sides of a table cell. The padding property only has an effect on a table in a field.

To create a table within a field use the tabStops property.

Tagsui