Vcl.Controls.TWinControl.Brush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Brush: TBrush read FBrush;

C++

__property Vcl::Graphics::TBrush* Brush = {read=FBrush};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Determines the color and pattern used for painting the background of the control.

The Brush property accesses the TBrush object that determines pattern and color for the control background. Brush is a read-only property, but an application can manipulate the TBrush object by setting its properties or by using its Assign method.

See Also