TiAngularLogGauge.Label2OffsetY

TiAngularLogGauge

Specifies the amount of vertical shifting when drawing Label2.

property Label2OffsetY : Integer;

Description

Use Label2OffsetY to shift the vertical drawing of Label2. Positive values to move down and negative values to move up.

Example

Delphi

iComponent.Label2OffsetY := -20;

C++ Builder

iComponent->Label2OffsetY = -20;

Contents | Index | Previous | Next