FMX.Graphics.TBrush.Color
Delphi
property Color: TAlphaColor read GetColor write SetColor stored IsColorStored;
C++
__property System::Uitypes::TAlphaColor Color = {read=GetColor, write=SetColor, stored=IsColorStored, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TBrush |
Description
Specifies the color of the brush.
See Also