TiSlidingCompass.ReverseScale

TiSlidingCompass See Also

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 Pounter1Position - ( ScaleSpan / 2)
False
Horizontal
Drawn Left to Right starting with Pounter1Position - ( ScaleSpan / 2)
True
Vertical
Drawn Top to Bottom starting with Pounter1Position - ( ScaleSpan / 2)
True
Horizontal
Drawn Right to Left starting with Pounter1Position - ( ScaleSpan / 2)

Example

Delphi

iComponent.ReverseScale := True;

C++ Builder

iComponent->ReverseScale = True;

Contents | Index | Previous | Next