Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / Minimum Property


In This Topic
    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