TdxGPBrush.Style Property
Specifies the brush painting mode.
Declaration
property Style: TdxGPBrushStyle read; write;
Property Value
Type |
---|
TdxGPBrushStyle |
Remarks
Use this property to choose one of the painting modes provided by the brush. Refer to the TdxGPBrushStyle type description for the full list of available brush painting modes.
Note
Set the Style property to gpbsClear to disable the surface painting.
See Also