TiAngularGauge.ReverseScale

TiAngularGauge

Specifies whether the scale is drawn reverse.

property ReverseScale : Boolean;

Description

Use ReverseScale to specify whether scale is drawn reverse.

ReverseScale Orientation Scale Effect

FALSE Vertical Drawn Bottom to Top starting with PositionMin

FALSE Horizontal Drawn Left to Right starting with PositionMin

TRUE Vertical Drawn Top to Bottom starting with PositionMin

TRUE Horizontal Drawn Right to Left starting with PositionMin

Example

Delphi

iComponent.ReverseScale := True;

C++ Builder

iComponent->ReverseScale = True;

Contents | Index | Previous | Next