# C1.Win.Ribbon.RibbonProgressBar.Step

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_RibbonProgressBar_Step_" data-uid="C1.Win.Ribbon.RibbonProgressBar.Step*">Step Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_RibbonProgressBar_Step_" data-uid="C1.Win.Ribbon.RibbonProgressBar.Step*"></a>
<h4 id="C1_Win_Ribbon_RibbonProgressBar_Step" data-uid="C1.Win.Ribbon.RibbonProgressBar.Step">Step</h4>
<div class="markdown level1 summary"><p>Gets or sets the amount by which a call to the <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.PerformStep.html#C1_Win_Ribbon_RibbonProgressBar_PerformStep">PerformStep()</a>
method increases the current position of the progress bar.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;RibbonProgressBar.Step&quot;, &quot;The amount to increment current value of the progress bar by when the PerformStep() method is called.&quot;)]
public int Step { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;RibbonProgressBar.Step&quot;, &quot;The amount to increment current value of the progress bar by when the PerformStep() method is called.&quot;)&gt;
Public Property [Step] As Integer</code></pre>
</div>
</div>
