Gets or sets the amount that a call to PerformStep increases the progress bar's current position.
[Visual Basic] Public Property Step As Integer [C#] public int Step {get; set;} [C++] public: __property int get_Step(); public: __property void set_Step(int); [JScript] public function get Step() : int; public function set Step(int);
The amount to increment the progress bar with each call to PerformStep. The default is 10.
ProgressBar Class | ProgressBar Members | System.WinForms Namespace | PerformStep