Lingo Dictionary > A-C > bottomSpacing |
![]() ![]() ![]() |
bottomSpacing
Syntax
chunkExpression.
bottomSpacing
Description
Text cast member property; enables you to specify additional spacing applied to the bottom of each paragraph in the chunkExpression
portion of the text cast member.
The value itself is an integer, where less than 0 indicates less spacing between paragraphs and greater than 0 indicates more spacing between paragraphs.
The default value is 0, which results in default spacing between paragraphs.
Note: This property, like all text cast member properties, supports only dot syntax.
Example
This example adds spacing after the first paragraph in cast member News Items.
member("News Items").paragraph[1].bottomSpacing=20
See also
![]() ![]() ![]() |