Direct2D.TDirect2DBrush.Style
From RAD Studio VCL Reference
Delphi Information
From Direct2D.pas
property Style: TBrushStyle read GetStyle write SetStyle;
Unit: Direct2D
Type: property
Visibility: published
Member Of: 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.