FigureShape.Item
From Xojo Documentation
This item was deprecated in version 2019r2. Please use FigureShape.ValueAt as a replacement. |
Property (As CurveShape )
aFigureShape.Item(Index as Integer) = newCurveShapeValue
or
CurveShapeValue = aFigureShape.Item(Index as Integer)
Supported for all project types and targets.
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.