Back to Devexpress

GradientStop Interface

officefileapi-devexpress-dot-spreadsheet-b6ddafcc.md

latest1.3 KB
Original Source

GradientStop Interface

A color stop that constitutes a gradient fill.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface GradientStop
vb
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

GradientStop Members

DevExpress.Spreadsheet Namespace