FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonTrackBar Class / Minimum Property

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