'Declaration
<C1DescriptionAttribute("C1ProgressIndicator.Value", "Specifies the current value of the progress indicator.")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute(0)> Public Property Value As Integer
[C1Description("C1ProgressIndicator.Value", "Specifies the current value of the progress indicator.")] [NotifyParentProperty(true)] [DefaultValue(0)] public int Value {get; set;}