This property sets the color for the brush.

[C++Builder]   imagekitcontrolname->PrintDraw->BrushColor [ = TColor ]
[Delphi]   imagekitcontrolname.PrintDraw.BrushColor [ = TColor ]

Property Value

The BrushColor sets the color of the brush.

Explanation

The BrushColor property sets the color for the brush.

To set this property use a color constant, like clRed, or the RGB(Red, Green, Blue) value. For details about TColor type, please refer to the Delphi or C++Builder help documentation.

If the device cannot produce the color specified, the nearest color will be used.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

The ImageKit10 VCL is a product created by Newtone Corporation