You are here: Start » Web HMI » Web HMI Controls » Slider
Slider
Represents a slider control that allows users to select a value from a range.

Properties
Height |
|
Defines the CSS height of the control. |
InitialIsEnabled |
|
Defines the initial enabled state of the component that is used before the first value is set through the connection. |
InitialIsVisible |
|
Defines the initial visibility of the component that is used before the first value is set through the connection. |
InitialValue |
|
Defines the initial value of the slider. |
IsEnabled |
![]() |
Defines the enabled state of the component. |
IsVisible |
![]() |
Defines the visibility of the component. |
Margin |
|
Defines the CSS margin of the control. |
Maximum |
|
Defines the maximum value of the slider. |
Minimum |
|
Defines the minimum value of the slider. |
Name |
|
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint. |
Step |
|
Defines the step size for the slider. |
Value |
![]() ![]() |
Defines the current value of the slider. |
Width |
|
Defines the CSS width of the control. |
Events
ValueChanged | Occurs when the value of the slider changes. |