GradientStop Interface
A color stop that constitutes a gradient fill.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return GradientStop objects:
Remarks
The position of color stop at a gradient line is specified by the GradientStop.Position property. The position indicates the pure color. The color itself is specified by the GradientStop.Color property.
Only two stops with positions of 0 and 1 are currently supported.
See Also