TiObjectCanvas.DefaultBrushColor
TiObjectCanvas
Specifies the default brush color property of drawing objects when added to
the control.
property DefaultBrushColor : TColor;
Description
Use DefaultBrushColor to get or set the default brush color property of
drawing objects when added to the control.
Example
Delphi
iComponent.DefaultBrushColor := clWhite;
C++ Builder
iComponent->DefaultBrushColor = clWhite;
Contents | Index | Previous | Next