Skip to main content
Row

GradientStop Interface

A color stop that constitutes a gradient fill.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface GradientStop

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