Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GradientStopCollection Interface

A collection of color stops which constitutes a linear gradient.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface GradientStopCollection

The following members return GradientStopCollection objects:

#Remarks

Two color stops specify the colors of the linear gradient with a transition from the color of the point with the GradientStop.Position set to 0 to the color of the point with the position set to 1.

Use the GradientStopCollection.Add method to create a color stop and add it to the collection.

The GradientStopCollection is accessible via the GradientFill.Stops property.

See Also