TiAngularGauge.ArcStartDegrees
TiAngularGauge See Also
Specifies the starting point at which the arc is drawn clockwise.
property ArcStartDegrees : Integer;
Description
Use ArcStartDegrees to set the starting point at which the arc is drawn
clockwise. The ArcStartDegrees value is in degrees.
Example
Delphi
iComponent.ArcStartDegrees := 180;
C++ Builder
iComponent->ArcStartDegrees = 180;
Contents | Index | Previous | Next