TiAngularLogGauge.Label1OffsetX

TiAngularLogGauge

Specifies the amount of horizontal shifting when drawing Label1.

property Label1OffsetX : Integer;

Description

Use Label1OffsetX to shift the horizontal drawing of Label1. Positive values to move right and negative values to move left.

Example

Delphi

iComponent.Label1OffsetX := -15;

C++ Builder

iComponent->Label1OffsetX = -15;

Contents | Index | Previous | Next