TiMotor.BladeColor3
TiMotor
Used to set color of Motor Blade #3.
property BladeColor3: TColor;
Description
Use the BladeColor3 to specify the color of Motor Blade #3.
Note: this graphic assumes FanSequence = 0.
Example
Visual Basic
iComponent.BladeColor3 := clBlue;
Visual C++
iComponent->BladeColor3 = clBlue;
Contents | Index | Previous | Next