Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

GradientFill.Stops Property

Specifies the color stop points at the gradient line.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

GradientStopCollection Stops { get; }

Property Value

Type Description
GradientStopCollection

A GradientStopCollection object that is the collection of color stop points.

Remarks

Currently, only two points are supported. One point should be located at the point with coordinate 0 (start), and the other should be located at the point with coordinate 1 (end).

See Also