TiAngularGauge.AutoSize
TiAngularGauge
Specifies whether the radius of the angular gauge is automatically adjusted.
property AutoSize : Boolean;
Description
Use AutoSize to specify whether the radius of the angular gauge is
automatically adjusted. When AutoSize is set to TRUE, the ArcRadius property is automatically modified when the size of the control changes based
on any attributes that affect the scale. Use the OuterMargin property to adjust the border around the outside of the control and the
gauge. When AutoSize is set to FALSE, the ArcRadius property is fixed and must be changed manually.
Note: currently the autosize capability of the Angular Gauge only supports ArcStartDegrees and ArcRangeDegrees that are multiples of 45 degree angles. Other angles may or may not work
correctly in this release.
Example
Delphi
iComponent.AutoSize := True;
C++ Builder
iComponent->AutoSize = TRUE;
Contents | Index | Previous | Next