TiLedSpiral.StartDegrees

TiLedSpiral See Also

Specifies the starting point at which the arc is drawn clockwise.

property StartDegrees : Integer;

Description

Use StartDegrees to set the starting point at which the arc is drawn clockwise. The StartDegrees value is in degrees.

Example

Delphi

iComponent.StartDegrees := 180;

C++ Builder

iComponent->StartDegrees = 180;

Contents | Index | Previous | Next