TiLedSpiral.RangeDegrees
TiLedSpiral See Also
Specifies the number of degrees the arc is drawn.
property RangeDegrees : Integer;
Description
Use RangeDegrees to get or set the number of degrees the arc is drawn. The
RangeDegrees value is in degrees. The value must be 360 degrees or less.
Example
Delphi
iComponent.RangeDegrees := 90;
C++ Builder
iComponent->RangeDegrees = 90;
Contents | Index | Previous | Next