Xceed SmartUI for WinForms v3.6 Documentation
Minimum Property


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.StatusBar Namespace > ProgressPanel Class : Minimum Property
Gets or sets the minimum value of the range of the progress bar.
Syntax
'Declaration
 
<DescriptionAttribute("The minimum value of the range of the progress bar.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(False)>
<LocalizableAttribute(False)>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property Minimum As Integer
'Usage
 
Dim instance As ProgressPanel
Dim value As Integer
 
instance.Minimum = value
 
value = instance.Minimum
[Description("The minimum value of the range of the progress bar.")]
[Category("Behavior")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(false)]
[Localizable(false)]
[RefreshProperties(RefreshProperties.All)]
public int Minimum {get; set;}

Property Value

The minimum value of the range. The default is 0.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProgressPanel Class
ProgressPanel Members