Lingo Dictionary > D-F > firstIndent

 

firstIndent

Syntax

chunkExpression.firstIndent

Description

Text cast member property; contains the number of pixels the first indent in chunkExpression is offset from the left margin of the chunkExpression.

The value is an integer: less than 0 indicates a hanging indent, 0 is no indention, and greater than 0 is a normal indention.

This property can be tested and set.

Example

This statement sets the indent of the first line of member Desk to 0 pixels.

member("Desk").firstIndent = 0

See also

leftIndent, rightIndent