Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / Value Property


In This Topic
Value Property (FpSlider)
In This Topic
Gets or sets the value in the slider.
Syntax
'Declaration
 
Public Property Value As Integer
 
'Usage
 
Dim instance As FpSlider
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
See Also