Minimum Property (FpSlider)
Gets or sets the minimum value for the slider.
public int Minimum {get; set;}
'Declaration
Public Property Minimum As Integer
'Usage
Dim instance As FpSlider
Dim value As Integer
instance.Minimum = value
value = instance.Minimum