Skip to content

TTMSFMXNativeUISlider

Usage

A TMSFMXNativeUISlider object is a visual control used to select a single value from a continuous range of values. Sliders are always displayed as horizontal bars. An indicator, or thumb, notes the current value of the Slider and can be moved by the user to change the setting.

Published Properties

Property name Description
MaximumValue Contains the maximum value of the Slider.
MinimumValue Contains the minimum value of the Slider.
Value Contains the Slider’s current value.
Visible Shows / hides the Slider.
Property name Description
Slider Returns a reference to the native iOS UISlider.

Events

Event name Description
OnTouchDown Event called when the Slider’s touch down is performed.
OnTouchUpInside Event called when the Slider’s touch up inside performed
OnTouchUpOutside Event called when the Slider’s touch up outside is performed.
OnValueChanged Event called when the Slider’s value has changed.