TiAngularLogGauge.Label2OffsetX
TiAngularLogGauge
Specifies the amount of horizontal shifting when drawing Label2.
property Label2OffsetX : Integer;
Description
Use Label2OffsetX to shift the horizontal drawing of Label2. Positive values
to move right and negative values to move left.
Example
Delphi
iComponent.Label2OffsetX := -15;
C++ Builder
iComponent->Label2OffsetX = -15;
Contents | Index | Previous | Next