TiLinearGauge.OrientationTickMarks
TiLinearGauge See Also
Specifies which side of the control Tick Marks are drawn.
type TiOrientationSide = (iosBottomRight, iosTopLeft);
property OrientationTickMarks : TiOrientationSide;
Description
Set OrientationTickMarks to specify which side of the control Tick Marks 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.OrientationTickMarks := iosBottomRight;
C++ Builder
iComponent->OrientationTickMarks = iosBottomRight;
Contents | Index | Previous | Next