TdxGPBrush.GradientPoints Property
In This Article
Provides access to the gradient line for the brush gradient painting mode.
#Declaration
Delphi
property GradientPoints: TdxGPBrushGradientPoints read; write;
#Property Value
Type |
---|
Tdx |
#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 Gradient
See Also