TiSlidingScale.ReverseScale

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

Example

Delphi

iComponent.ReverseScale := True;

C++ Builder

iComponent->ReverseScale = True;

Contents | Index | Previous | Next