Skip to main content

TdxGPBrush.GradientPoints Property

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

Declaration

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