Skip to main content
A newer version of this page is available. .
Row

GradientStopCollection.Item[Int32] Property

Provides access to a color stop point.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

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
GradientStop

A GradientStop object that is the color stop point.

See Also