InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputProgressBar Class / Step Property

In This Topic
    Step Property (InputProgressBar)
    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 Integer
    public int Step {get; set;}
    See Also