Lingo Dictionary > S > shapeType

 

shapeType

Syntax

member(whichCastMember).shapeType
the shapeType of member whichCastMember

Description

Shape cast member property; indicates the specified shape's type. Possible types are #rect, #roundRect, #oval, and #line. You can use this property to specify a shape cast member's type after creating the shape cast member using Lingo.

Example

These statements create a new shape cast member numbered 100 and then define it as an oval:

new(#shape, member 100)
member(100).shapeType = #oval