InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputProgressBar Class / Minimum Property

In This Topic
    Minimum Property (InputProgressBar)
    In This Topic
    Gets or sets the minimum value of the progress bar range.
    Syntax
    'Declaration
     
    Public Property Minimum As Integer
    public int Minimum {get; set;}
    See Also