Skip to main content
A newer version of this page is available. .
Row

GradientStop Interface

A color stop that constitutes a gradient fill.

Namespace: DevExpress.Spreadsheet

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

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