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 Members

In This Article
A collection of color stops which constitutes a linear gradient.

#Properties

Name Description
Count Gets the number of color stop points in a collection.
Item[Int32] Provides access to a color stop point.

#Methods

Name Description
Add(Double, Color) Creates a new color stop and adds it to the collection.
Clear() Removes all gradient stops from the collection.
RemoveAt(Int32) Removes a specified gradient stop from the collection in a path-based gradient fill.
See Also