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


In This Topic
    Step Property
    In This Topic
    Gets or sets the amount by which a call to the PerformStep method increases the current position of the progress bar.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The amount by which a call to the PerformStep method increases the current position of the progress bar.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(10)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(False)>
    Public Property Step As Integer
    'Usage
     
    Dim instance As ProgressPanel
    Dim value As Integer
     
    instance.Step = value
     
    value = instance.Step
    [Description("The amount by which a call to the PerformStep method increases the current position of the progress bar.")]
    [Category("Behavior")]
    [DefaultValue(10)]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(false)]
    public int Step {get; set;}

    Property Value

    The amount by which to increment the progress bar with each call to the PerformStep method. The default is 10.
    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