TiAngularGauge.Label1OffsetY

TiAngularGauge See Also

Specifies the amount of vertical shifting when drawing Label1.

property Label1OffsetY : Integer;

Description

Use Label1OffsetX 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