TiValve.ClosedColor
TiValve
Specifies color of the valve top when the Opened Property is False.
property ClosedColor : TColor;
Description
Use ClosedColor to specify the color of the valve top when the Opened Property is False.
Note: to have the entire valve change to this color, set the ChangeBodyColor property to True.
Example
Delphi
iComponent.ClosedColor := clRed;
C++ Builder
iComponent->ClosedColor = clRed;
Contents | Index | Previous | Next