'Declaration <DescriptionAttribute("The minimum value of the range of the progress bar.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(False)> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property Minimum As Integer
'Usage Dim instance As ProgressPanel Dim value As Integer instance.Minimum = value value = instance.Minimum
[Description("The minimum value of the range of the progress bar.")] [Category("Behavior")] [DefaultValue()] [Browsable(true)] [MergableProperty(false)] [Localizable(false)] [RefreshProperties(RefreshProperties.All)] public int Minimum {get; set;}