Lingo Dictionary > A-C > boxDropShadow

 

boxDropShadow

Syntax

member(whichCastMember).boxDropShadow
the boxDropShadow of member whichCastMember

Description

Cast member property; determines the size, in pixels, of the drop shadow for the box of the field cast member specified by whichCastMember.

Example

This statement makes the drop shadow of field cast member Title 10 pixels wide.

Dot syntax:

member("Title").boxDropShadow = 10

Verbose syntax:

set the boxDropShadow of member "Title" to 10