TiMotor.BladeColor1

TiMotor

Used to set color of Motor Blade #1.

property BladeColor1: TColor;

Description

Use the BladeColor1 to specify the color of Motor Blade #1.

MotorColor1.gif

Note: this graphic assumes FanSequence = 0.

Example

Visual Basic

iComponent.BladeColor1 := clRed;

Visual C++

iComponent->BladeColor1 = clRed;

Contents | Index | Previous | Next