TiAngularGauge.OuterMargin
TiAngularGauge
Specifies the margin around the angular gauge when AutoSize is enabled.
property OuterMargin : Integer;
Description
Use OuterMargin to get or set margin around the angular gauge when AutoSize is enabled. When AutoSize is disabled, this property has no effect. This property is specified in
pixels.
Example
Delphi
iComponent.OuterMargin := 5;
C++ Builder
iComponent->OuterMargin = 5;
Contents | Index | Previous | Next