Lingo Dictionary > T-Z > trimWhiteSpace

 

trimWhiteSpace

Syntax

member(whichMember).trimWhiteSpace

Description

Cast member property. Determines whether the white pixels around the edge of a bitmap cast member are removed or left in place. This property is set when the member is imported. It can be changed in Lingo or in the Bitmap tab of the Property Inspector.

Example

This statement sets the trimWhiteSpace property to TRUE for the cast member named Red car:

member("Red car").trimWhiteSpace = TRUE

See also

trimWhiteSpace()