This property sets the color for the brush.
[Visual
Basic] imagekitcontrolname.PrintDraw.BrushColor
[ = Long ]
[Visual
C++] imagekitcontrolname.GetPrintDraw().SetBrushColor(long
Val)
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.