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