FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonProgressBar Class / Step Property

In This Topic
    Step Property (RibbonProgressBar)
    In This Topic
    Gets or sets the amount by which a call to the PerformStep method increases the current position of the progress bar.
    Syntax
    'Declaration
     
    Public Property Step As System.Integer
    public System.int Step {get; set;}
    See Also