Back to Devexpress

GradientStopCollection.Item[Int32] Property

officefileapi-devexpress-dot-spreadsheet-dot-gradientstopcollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

GradientStopCollection.Item[Int32] Property

Provides access to a color stop point.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
GradientStop this[int index] { get; }
vb
ReadOnly Property Item(index As Integer) As GradientStop

Parameters

NameTypeDescription
indexInt32

An integer that is the index of a point in a collection.

|

Property Value

TypeDescription
GradientStop

A GradientStop object that is the color stop point.

|

See Also

GradientStopCollection Interface

GradientStopCollection Members

DevExpress.Spreadsheet Namespace