'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the amount to increment the current value with when the Increment or PerformStep methods are called.")> Public Property Step As System.Integer
'Usage
Dim instance As NProgressElement Dim value As System.Integer instance.Step = value value = instance.Step
[System.ComponentModel.Description("Gets/sets the amount to increment the current value with when the Increment or PerformStep methods are called.")] public System.int Step {get; set;}