The slider is horizontal and has a single handle that can be dragged with the help of mouse. Sliders enable users to interactively revise some adjustable value in an app. Sliders allow users to set minimum and maximum values and make smooth and continuous adjustments to the same.
Configure.IT brings you this easy to use control with explicit features, wherein you can also set the Image for minimum and maximum values. You can have images for respective features, even the Slider thumb image.
This property is for setting minimum track image.
This property is for showing popover with slider value over slider when it value is changed.
This property is for setting background color for popover, shown if "Show PopOver With Slider Value While Sliding" property is enabled.
This property is for setting text color of text inside popover, shown if "Show PopOver With Slider Value While Sliding" property is enabled.
Contains the image that is drawn on the side of the slider representing the minimum value.
Contains the image that is drawn on the side of the slider representing the maximum value.
The color used to tint the standard minimum track images.
The color used to tint the standard maximum track images.
The color used to tint the standard thumb images.
A Boolean property that indicates whether the gesture recognizer is enabled.
Enables the Interaction with user, i.e. control responds when user taps on it.
Used to set the transparency to the Slider which ranges from 0 to 1.
Used to set the background color to the Slider.
Sets border width for a Slider.
Sets radius with which control's rounded corners should be drawn. Setting this property will enable control appear with rounded corners.
Sets the border color for a control. Works only if "Border Width" property is set to a value more than 0. Default would be black color.
Sets width of each dash in dashed border pattern for a control.
Helps set the spacing between Dashes for Dashed Border.
Sets angle in degrees to which control in its normal state has to be rotated. Possible values for this property are -360 to 360.
Sets the X position of the Slider.
Sets the Y position of the Slider.
Sets the width of the Slider.
Sets the height of the Slider.
Sets unique identifier for the control. Control can be referenced with the name, set in this property for configuration.
Set "Object ID" of View which contains this control or can serve as parent.
Sets the local JSON file name from which Slider's data has to be loaded.
Sets the web service key having minimum value.
Sets the minimum Value to the Slider.
Sets the maximum Value to the Slider.
Sets the value to the Slider.
Group of horizontal android default properties.
Reference type is the the default property to set selected view with respect to other view.
Reference object that is used for positioning selected object.
marginLeft : Specifies extra space on the left side of this view. This space is outside this view's bounds.
marginRight : Specifies extra space on the right side of this view. This space is outside this view's bounds.
Offset Value defines the extra space value in the pixel.
This property centers the child horizontally with respect to the bounds of its parent view.
If any of the horizontal layout setting parameter(s) are selected then this value is selected to indicate user applied horizontal custom layout setting parameter(s).
Group of vertical android default properties.
These are the android default properties to set selected view with respect of other view.
Reference object that is used for positioning selected object
marginTop : Specifies extra space on the top side of this view. This space is outside this view's bounds.
marginBottom : Specifies extra space on the bottom side of this view. This space is outside this view's bounds.
Value define the extra space value in pixel.
This property centers the child vertically with respect to the bounds of its parent view.
If any of the vertical layout setting parameter(s) are selected then this value is selected to indicate user applied vertical custom layout setting parameter(s)
Contains a Boolean value indicating whether changes in the Slider’s value generate continuous update events.
The padding is expressed in pixels for the left, top, right and bottom parts of the view. Padding can be used to offset the content of the view by a specific amount of pixels.
For instance, a Left value of 2 will push the view's content by 2 pixels to the right of the left edge.
For instance, a Right value of 2 will push the view's content by 2 pixels to the left of the right edge.
For instance, a Top value of 2 will push the view's content by 2 pixels to the bottom of the top edge.
For instance, a Bottom value of 2 will push the view's content by 2 pixels to the top of the bottom edge.
If any of the layout setting parameter(s) are selected then this value is selected to indicate user applied custom layout setting parameter(s).
Sets the width of the view
match_parent/fill_parent : Takes the width as its parent view
wrap_content : Takes the width as its content’s width
This property centers the child vertically with respect to the bounds of its parent view.
Group of horizontal android default properties.
Group of vertical android default properties.
Sets the height of the view
match_parent/fill_parent : Takes the height as its parent view
wrap_content : Takes the height as its content’s height
The height of the view cannot be less than the given value.
If user select “Default Min Height” then android default value is taken otherwise it takes 0dp.
The width of the view cannot be less than the given value.
If user select “Default Min Width” then android default value is taken otherwise it takes 0dp.
Hiding an element can be done by checking ‘Hide’. This property lets you hide the control.
Advance - Sets auto resizing with respect to superview, for Slider.
The changed event is sent to an element when its value changes.
Configure.IT provides you with a feature of showing popOver above slider with slider value, which moves as user slides to change value. You can enable this using ‘Show PopOver With Slider Value While Sliding’ property. You can customise PopOver using ‘Slider PopOver Background Color’ and ‘Slider PopOver Label Text Color’ properties.
You can configure slider to allow choosing from fixed set of numbers within a range. i.e, Each slider position should be equidistant and the slider should snap to each position, rather than smoothly slide between them. (This is the behavior of the slider that can be seen in iPhone Settings > General > Text Size, which was introduced in iOS 7.) For enabling this feature you need to enable ‘Enable Scaling’ property and set ‘Step Value’ property, which is the distance between each slider position, that user can select.
You can set image for minimum and maximum track using ‘Minimum TrackImage’ and ‘Maximum TrackImage’ properties respectively. You can set color for minimum and maximum track using ‘Minimum Track Tint Color’ and ‘Maximum Track Tint Color’ properties respectively.