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