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