TdxGPBrush.GradientMode Property
In This Article
Specifies the direction of the gradient line in the area painted by the brush.
#Declaration
Delphi
property GradientMode: TdxGPBrushGradientMode read; write;
#Property Value
Type |
---|
Tdx |
#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 Gradient
See Also