Spread Windows Forms 12.0 Product Documentation
Minimum Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : Minimum Property
Gets or sets the minimum value for the slider.
Syntax
'Declaration
 
Public Property Minimum As Integer
'Usage
 
Dim instance As FpSlider
Dim value As Integer
 
instance.Minimum = value
 
value = instance.Minimum
public int Minimum {get; set;}

Property Value

Integer minimum value for the slider
See Also

Reference

FpSlider Class
FpSlider Members