<div class="meta" robots="noindex">

</div>

Property

# FigureShape.Item

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2019r2. Please use `FigureShape.ValueAt<figureshape.valueat>` as a replacement.

</div>

## Description

Gets or sets the specified curve.

## Sample code

The following gets the color of the first <span class="title-ref">Item</span>.

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

## Compatibility

All project types on all supported operating systems.
