Skip to main content
Row

GradientStopCollection.Item[Int32] Property

Provides access to a color stop point.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.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
GradientStop

A GradientStop object that is the color stop point.

See Also