FigureShape.Item

From Xojo Documentation

Property (As CurveShape )
aFigureShape.Item(Index as Integer) = newCurveShapeValue
or
CurveShapeValue = aFigureShape.Item(Index as Integer)

Supported for all project types and targets.

Gets or sets the specified curve.

Example

The following gets the color of the first item.

Dim c As Color
c = fx.Item(0).FillColor