SetValue Method (WPFScrollBar)
Class
WPFScrollBar
.
Action
Sets the value of the ScrollBar.
Syntax
C#
scrollBar
.
SetValue
(
value
)
VB
scrollBar
.
SetValue
(
value
)
Variable
Description
value
The value the ScrollBar is set to.
Double
.