GradientStopCollection.Item[Int32] Property
In This Article
Provides access to a color stop point.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
GradientStop this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that is the index of a point in a collection. |
#Property Value
Type | Description |
---|---|
Gradient |
A Gradient |
See Also