FMX.Graphics.TBrushResource.Brush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Brush: TBrush read GetBrush;

C++

__property TBrush* Brush = {read=GetBrush};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrushResource

Description

Accesses the TBrush object, which determines the pattern and color for the TBrushResource instance.

See Also