Property
FigureShape.Item
Warning
This item was deprecated in version 2019r2. Please use FigureShape.ValueAt as a replacement.
Description
Gets or sets the specified curve.
Sample code
The following gets the color of the first Item.
Dim c As Color
c = fx.Item(0).FillColor
Compatibility
All project types on all supported operating systems.