TiSlidingCompass.ScaleOrientation
TiSlidingCompass See Also
Specifies which side of the control TickMarks are drawn.
type TiOrientationSide = (iosBottomRight, iosTopLeft);
property ScaleOrientation : TiOrientationSide;
Description
Set ScaleOrientation to specify which side of the control TickMarks are drawn.
These are the possible values:
Value
Meaning
iosBottomRight
Tick marks are on the bottom or right of the control, depending of the value
of Orientation.
iosTopLeft
Tick marks are on the top or left of the control, depending of the value of
Orientation.
Example
Delphi
iComponent.ScaleOrientation := iosBottomRight;
C++ Builder
iComponent->ScaleOrientation = iosBottomRight;
Contents | Index | Previous | Next