TiMotor.FanInterval

TiMotor

Specifies the Fan Blade Animation sequence speed.

property FanInterval: Integer;

Description

Use FanInterval to specify the Fan Blade Animation sequence speed. The value is specified in milliseconds and refers to the Interval between changing the Animation Sequence Frames.

Example

Visual Basic

iComponent.FanInterval := 200;

Visual C++

iComponent->FanInterval = 200;

Contents | Index | Previous | Next