'Declaration <DescriptionAttribute("The lower limit of values of the scrollable range.")> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Minimum As Integer
'Usage Dim instance As WinScrollBar Dim value As Integer instance.Minimum = value value = instance.Minimum
[Description("The lower limit of values of the scrollable range.")] [Category("Behavior")] [RefreshProperties(RefreshProperties.Repaint)] public int Minimum {get; set;}