TiPipe.TubeColor

TiPipe

Specifies the color of the Pipe Tube.

property TubeColor : TColor;

Description

Use TubeColor to specify the color of the Pipe Tube.

Example

Delphi

iComponent.TubeColor := clBlue;

C++ Builder

iComponent->TubeColor = clBlue;

Contents | Index | Previous | Next