TiTank.TankColor
TiTank
Specifies the inner-gradient color of the Tank.
property TankColor : TColor;
Description
Use TankColor to read or change the Tank's Color (inner gradient color).
Example
Delphi
iComponent.TankColor := clRed;
C++ Builder
iComponent->TankColor = clRed;
Contents | Index | Previous | Next