Skip to main content

TdxGPBrush.GradientMode Property

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

Declaration

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