Skip to main content

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

TdxGPBrushGradientPoints Members

In This Article
A set of key gradient points arranged in a brush area.

#Properties

Name Description
Capacity Specifies the maximum number of key points on the gradient line.
Colors An array containing the TdxAlphaColor color values of the key points on the gradient line.
Count Returns the current number of key points on the gradient line.
Offsets An array containing the offset values of the key points on the gradient line.

#Methods
Show Inherited Hide Inherited

Name Description
Add(Single,TdxAlphaColor) Creates a new key point on the gradient line.
Assign(TdxGPBrushGradientPoints)
Clear Removes all previously created key points from the gradient line.
Delete(Integer) Removes a specified key point from the gradient line.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
InvertOrder Inverts the position order of the key points on the gradient line.
ToString Inherited from TObject.
See Also