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