TcxCanvas.SetBrushColor(TColor) Method
Updates the brush fill color.
Declaration
procedure SetBrushColor(Value: TColor);
Parameters
Name | Type |
---|---|
Value | TColor |
Remarks
Call this procedure and pass a new color as the AValue parameter to update the Brush.Color property value for the underlying canvas.
See Also