'Declaration
<C1DescriptionAttribute("C1ProgressIndicator.Maximum", "The value the progress indicator will have when the operation is complete.")> <DefaultValueAttribute(100)> <NotifyParentPropertyAttribute(True)> Public Property Maximum As Integer
[C1Description("C1ProgressIndicator.Maximum", "The value the progress indicator will have when the operation is complete.")] [DefaultValue(100)] [NotifyParentProperty(true)] public int Maximum {get; set;}