GradientStopCollection.Item[Int32] Property
Provides access to a color stop point.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that is the index of a point in a collection. |
Property Value
Type | Description |
---|---|
GradientStop | A GradientStop object that is the color stop point. |
See Also