This property sets the color for the brush.

[Visual Basic]   imagekitcontrolname.PrintDraw.BrushColor [ = OLE_COLOR ]
[Visual C++]     imagekitcontrolname.GetPrintDraw().SetBrushColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.PrintDraw.BrushColor [ = UInteger ]
[C#.NET]   imagekitcontrolname.PrintDraw.BrushColor [ = uint ]

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 the RGB(Red, Green, Blue) color or equivalent value.

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.

Differences between the ImageKit7/8

This property's type has changed.

The ImageKit10 ActiveX is a product created by Newtone Corporation