Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.StatusBar Namespace / ProgressPanel Class / Maximum Property


In This Topic
    Maximum Property
    In This Topic
    Gets or sets the maximum value of the range of the progress bar.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The maximum value of the range of the progress bar.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(100)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(False)>
    <RefreshPropertiesAttribute(RefreshProperties.All)>
    Public Property Maximum As Integer
    'Usage
     
    Dim instance As ProgressPanel
    Dim value As Integer
     
    instance.Maximum = value
     
    value = instance.Maximum
    [Description("The maximum value of the range of the progress bar.")]
    [Category("Behavior")]
    [DefaultValue(100)]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(false)]
    [RefreshProperties(RefreshProperties.All)]
    public int Maximum {get; set;}

    Property Value

    The maximum value of the range. The default is 100.
    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