Vcl.Graphics.TBrush.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TBrushStyle read GetStyle write SetStyle default bsSolid;

C++

__property TBrushStyle Style = {read=GetStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBrush

Description

Specifies the pattern for the brush.

The Style property determines the pattern painted by the brush, unless a value is assigned to Bitmap.

Tip: Set the Style property to bsClear to eliminate flicker when the object repaints.

See Also

Code Examples