Minimum Property (FpSlider)
In This Topic
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;}
See Also