InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / Minimum Property

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