TiMotor.PipeColor

TiMotor

Specifies the color of the Pipes in the iMotor control.

property PipeColor : TColor;

Description

Use PipeColor to specify the color of the Pipes in the iMotor control.

Example

Delphi

iComponent.PipeColor := clBlue;

C++ Builder

iComponent->PipeColor = clBlue;

Contents | Index | Previous | Next