Vcl.Direct2D.TDirect2DBrush.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TBrushStyle read GetStyle write SetStyle;

C++

__property Vcl::Graphics::TBrushStyle Style = {read=GetStyle, write=SetStyle, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DBrush

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