TiAngularLogGauge.Label1OffsetY
TiAngularLogGauge
Specifies the amount of vertical shifting when drawing Label1.
property Label1OffsetY : Integer;
Description
Use Label1OffsetY to shift the vertical drawing of Label1. Positive values to
move down and negative values to move up.
Example
Delphi
iComponent.Label1OffsetY := -35;
C++ Builder
iComponent->Label1OffsetY = -35;
Contents | Index | Previous | Next