Skip to main content

TdxGPPen.Brush Property

Specifies the settings of the brush used to paint the line.

Declaration

property Brush: TdxGPBrush read; write;

Property Value

Type
TdxGPBrush

Remarks

Use this property to set the line’s brush parameters, including the painting mode and accompanying settings, including but not limited to, the color, gradient mode, and filling texture.

The Brush property settings are applied to the line painting style specified by the Style property.

Refer to the TdxGPBrush class description for more information.

See Also