Value | Value corresponding to the slider position. This configurator sets the initial value of the Value property. If it is written to this property and if this property is linked to the data binding PP, AP, SP, OP or GP, then the value is transferred also into the source of this binding. |
---|---|
Low limit | Value of the low limit. This configurator sets the initial value of the ValueMin property. |
High limit | Value of the high limit. This configurator sets the initial value of the ValueMax property. |
Button increment | Value by which the value of the slider is changed just after pressing one of the buttons |
Slider increment | Value by which the value of the slider is changed just on clicking the slider background, i.e. the area between buttons and the slider. Example: Low limit is 1, high limit is 9 and the slider increment is 2. Then on clicking the slider background (the area between buttons and the slider), the slider position is changed by the value of 2. If the current value of the slider is 5, then on clicking the slider background the value is changed to 3 or 7 depending on whether we click the area above or under the slider. |
Direction of growing | Specifies the direction into which the written value grows. At the end of the set direction the High limit is defined. |
Buttons color | Color of buttons (except arrows) and slider. |
Slider width | Height or width of the slider in pixels (according to the "Direction of growing" configurator). |
Arrows color | Color of arrows in buttons In this configurator, the data binding is not functional for Web panels. |
Buttons height | Height or width of arrows in pixels (according to the "Direction of growing" configurator). |
Write data when mouse released | If the slider value is changed by mouse dragging, then new value is written when the mouse button is released (otherwise it is written continuously). |