Spread Windows Forms 12.0 Product Documentation
Value Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : Value Property
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
public int Value {get; set;}

Property Value

Integer number of the value of the display
See Also

Reference

FpSlider Class
FpSlider Members