'Declaration <DescriptionAttribute("The amount by which a call to the PerformStep method increases the current position of the progress bar.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(False)> Public Property Step As Integer
'Usage Dim instance As ProgressPanel Dim value As Integer instance.Step = value value = instance.Step
[Description("The amount by which a call to the PerformStep method increases the current position of the progress bar.")] [Category("Behavior")] [DefaultValue()] [Browsable(true)] [MergableProperty(false)] [Localizable(false)] public int Step {get; set;}