FMX.Graphics.TBrush.Color

From RAD Studio API Documentation
Jump to: navigation, search

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.

Note: To properly use the Color property, you must set the Kind property to Solid.

See Also


Code Examples