Slider Properties |
The Slider type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxValue |
Gets or sets the maximum value that can be set by the user.
| |
| MinValue |
Gets or sets the minimum value that can be set by the user.
| |
| Orientation |
Gets or sets the orientation of the slider.
| |
| SnapToTick |
Gets or sets a value indicating whether the slider will snap to each tick.
| |
| TickFrequency |
Gets or sets the hint for numeric value between each visual tick.
| |
| Value |
Gets or sets the current slider value.
|