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

TdxGPBrush.GradientPoints Property

Provides access to the gradient line for the brush gradient painting mode.

#Declaration

Delphi
property GradientPoints: TdxGPBrushGradientPoints read; write;

#Property Value

Type
TdxGPBrushGradientPoints

#Remarks

Use this property to manage the list of key gradient points and change both the position and color of individual gradient points. Refer to the TdxGPBrushGradientPoints class description for more information.

Note

The GradientPoints property is in effect only if the Style property is set to gpbsGradient.

See Also