Lingo Dictionary > A-C > border |
![]() ![]() ![]() |
border
Syntax
member(
whichFieldCastmember
)
.
border
the border of member
whichFieldCastmember
Description
Field cast member property; indicates the width, in pixels, of the border around the specified field cast member.
Example
This statement makes the border around the field cast member Title 10 pixels wide.
Dot syntax:
member("Title").border = 10
Verbose syntax:
set the border of member "Title" to 10
![]() ![]() ![]() |