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