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.GradientMode Property

Specifies the direction of the gradient line in the area painted by the brush.

#Declaration

Delphi
property GradientMode: TdxGPBrushGradientMode read; write;

#Property Value

Type
TdxGPBrushGradientMode

#Remarks

Use this property to choose one of the available directions of the line on which the key gradient points are located. Manage the list of gradient points by using the GradientPoints property.

Refer to the TdxGPBrushGradientMode type description for the full list of available directions of the gradient line passing through the painted region.

Note

The GradientMode property value is taken into account only if the Style property is set to gpbsGradient.

See Also