SetValue Method (WPFSlider)
Class
WPFSlider
.
Action
Sets the value of the Slider.
Syntax
C#
slider
.
SetValue
(
value
)
VB
slider
.
SetValue
(
value
)
Variable
Description
value
The value the Slider is set to.
Double
.