Vcl.Themes.TStyleHook.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 class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

The color and pattern used for painting. Set the Brush property to specify the color and pattern to use when drawing the control.

See Also