Slider
A continuous value picker.
Properties
Continuous
Whether the value updates all through the drag, rather than only when the thumb is released.
Type: bool
EmptyTrackColor
The color of the unfilled part of the track, or null for the system default.
Type: Color?
MaxIcon
The local icon shown at the maximum end, or null for none.
Type: ImageSource?
Maximum
The maximum selectable value.
Type: double
MinIcon
The local icon shown at the minimum end, or null for none.
Type: ImageSource?
Minimum
The minimum selectable value.
Type: double
Step
The increment the value snaps to, or 0 for continuous.
Stepping requires iOS 26 or later.
Type: double
ThumbColor
The thumb color, or null for the system default.
Type: Color?
TrackColor
The color of the filled part of the track, or null for the system tint.
Type: Color?
Value
The current value.
ValueChanged
Invoked with the new value whenever the user moves the slider.