Lingo Dictionary > L-N > leftIndent

 

leftIndent

Syntax

chunkExpression.leftIndent

Description

Text cast member property; contains the number of pixels the left margin of chunkExpression is offset from the left side of the text cast member.

The value is an integer greater than or equal to 0.

This property can be tested and set.

Example

This line indents the first line of text cast member "theStory" by ten pixels:

member("theStory").line[1].leftIndent = 10 

See also

firstIndent, rightIndent