FMX.Graphics.TGradient.Color1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color1: TAlphaColor write SetColor1;

C++

__property System::Uitypes::TAlphaColor Color1 = {write=SetColor1, nodefault};

Properties

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

Description

Specifies the second color of the gradient.

The Color1 property specifies one of the gradient's colors. If Style is set to Linear, this would be the bottom color. If Style is set to Radial, this would be the interior color.

See Also

Code Examples