'Declaration
<System.ComponentModel.DefaultValueAttribute(1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the amount with which to increase the position of the NProgressBar due to a call PerformStep() method.")> Public Property Step As System.Integer
'Usage
Dim instance As NProgressBarProperties Dim value As System.Integer instance.Step = value value = instance.Step
[System.ComponentModel.DefaultValue(1)] [System.ComponentModel.Description("Gets/sets the amount with which to increase the position of the NProgressBar due to a call PerformStep() method.")] public System.int Step {get; set;}