TiGradient.ColorStart
TiGradient See Also
Specifies the start color of the gradient fill.
property ColorStart : TColor;
Description
Use ColorStart to read or change the start color of the gradient fill.
Example
Delphi
iComponent.ColorStart := clBlue;
C++ Builder
iComponent->ColorStart = clBlue;
Contents | Index | Previous | Next