Slider modern control in Power Apps
A control with which the user can specify a value by dragging a handle.
Description
The user can indicate a value, between a minimum and a maximum value that you specify, by dragging the handle of a slider left-right or up-down, depending on the direction that you choose. The key properties for this control are OnChange, Value, Min, and Max.
General
Value – The default and current value of slider control. Many modern controls use single property to manage default and the output updated by users.
Min - The minimum value to which the user can set a slider.
Max - The maximum value to which the user can set a slider or a rating.
AccessibleLabel – Label for screen readers.
Visible - Whether a control appears or is hidden.
Behavior
DisplayMode – Whether the control allows user input (Edit), only displays data (View), or is disabled (Disabled).
Size and position
Layout - Whether the user scrolls through a gallery or adjusts a slider top to bottom (Vertical) or left to right (Horizontal).
Size – The size of the control on the canvas.
X – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
Y – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
Width - The distance between a control's left and right edges.
Height - The distance between a control's top and bottom edges.
Style and theme
BasePaletteColor - The color palette applied to a control. This impacts all surfaces of the control that render a theme color. If the value is null or zero, then the color is driven by selected Fluent theme.
Additional properties
OnChange – Actions to perform when the user changes the value of a control such as by adjusting a slider.