# C1.Win.FlexViewer.StatusBarElements

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexViewer_StatusBarElements" data-uid="C1.Win.FlexViewer.StatusBarElements" class="text-break">StatusBarElements Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of elements displayed in Ribbon.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">StatusBarElements</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_StatusBarElements_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(UnsortedExpandableConverter))]
public class StatusBarElements</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(UnsortedExpandableConverter))&gt;
Public Class StatusBarElements</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_PageViewContinuous" data-uid="C1.Win.FlexViewer.StatusBarElements.PageViewContinuous">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewContinuous.html#C1_Win_FlexViewer_StatusBarElements_PageViewContinuous">PageViewContinuous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the PageViewContinuous action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_PageViewSingle" data-uid="C1.Win.FlexViewer.StatusBarElements.PageViewSingle">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewSingle.html#C1_Win_FlexViewer_StatusBarElements_PageViewSingle">PageViewSingle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the PageViewSingle action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_PageViewTwoUp" data-uid="C1.Win.FlexViewer.StatusBarElements.PageViewTwoUp">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewTwoUp.html#C1_Win_FlexViewer_StatusBarElements_PageViewTwoUp">PageViewTwoUp</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the PageViewTwoUp action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_PageViewTwoUpContinuous" data-uid="C1.Win.FlexViewer.StatusBarElements.PageViewTwoUpContinuous">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewTwoUpContinuous.html#C1_Win_FlexViewer_StatusBarElements_PageViewTwoUpContinuous">PageViewTwoUpContinuous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the PageViewTwoUpContinuous action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ProgressBar" data-uid="C1.Win.FlexViewer.StatusBarElements.ProgressBar">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ProgressBar.html#C1_Win_FlexViewer_StatusBarElements_ProgressBar">ProgressBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the ProgressBar item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_RotateClockwise" data-uid="C1.Win.FlexViewer.StatusBarElements.RotateClockwise">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.RotateClockwise.html#C1_Win_FlexViewer_StatusBarElements_RotateClockwise">RotateClockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the RotateClockwise action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_RotateCounterClockwise" data-uid="C1.Win.FlexViewer.StatusBarElements.RotateCounterClockwise">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.RotateCounterClockwise.html#C1_Win_FlexViewer_StatusBarElements_RotateCounterClockwise">RotateCounterClockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the RotateCounterClockwise action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_StatusLabel" data-uid="C1.Win.FlexViewer.StatusBarElements.StatusLabel">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.StatusLabel.html#C1_Win_FlexViewer_StatusBarElements_StatusLabel">StatusLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the StatusLabel item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ZoomLevel" data-uid="C1.Win.FlexViewer.StatusBarElements.ZoomLevel">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ZoomLevel.html#C1_Win_FlexViewer_StatusBarElements_ZoomLevel">ZoomLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the ZoomLevel action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ZoomTrack" data-uid="C1.Win.FlexViewer.StatusBarElements.ZoomTrack">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ZoomTrack.html#C1_Win_FlexViewer_StatusBarElements_ZoomTrack">ZoomTrack</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element for the ZoomTrack item.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewContinuous" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewContinuous">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewContinuous.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewContinuous">ShouldSerializePageViewContinuous()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewContinuous.html#C1_Win_FlexViewer_StatusBarElements_PageViewContinuous">PageViewContinuous</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewSingle" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewSingle">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewSingle.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewSingle">ShouldSerializePageViewSingle()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewSingle.html#C1_Win_FlexViewer_StatusBarElements_PageViewSingle">PageViewSingle</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewTwoUp" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewTwoUp">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewTwoUp.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewTwoUp">ShouldSerializePageViewTwoUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewTwoUp.html#C1_Win_FlexViewer_StatusBarElements_PageViewTwoUp">PageViewTwoUp</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewTwoUpContinuous" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewTwoUpContinuous">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializePageViewTwoUpContinuous.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializePageViewTwoUpContinuous">ShouldSerializePageViewTwoUpContinuous()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.PageViewTwoUpContinuous.html#C1_Win_FlexViewer_StatusBarElements_PageViewTwoUpContinuous">PageViewTwoUpContinuous</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializeProgressBar" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeProgressBar">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeProgressBar.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializeProgressBar">ShouldSerializeProgressBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ProgressBar.html#C1_Win_FlexViewer_StatusBarElements_ProgressBar">ProgressBar</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializeRotateClockwise" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeRotateClockwise">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeRotateClockwise.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializeRotateClockwise">ShouldSerializeRotateClockwise()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.RotateClockwise.html#C1_Win_FlexViewer_StatusBarElements_RotateClockwise">RotateClockwise</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializeRotateCounterClockwise" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeRotateCounterClockwise">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeRotateCounterClockwise.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializeRotateCounterClockwise">ShouldSerializeRotateCounterClockwise()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.RotateCounterClockwise.html#C1_Win_FlexViewer_StatusBarElements_RotateCounterClockwise">RotateCounterClockwise</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializeStatusLabel" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeStatusLabel">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeStatusLabel.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializeStatusLabel">ShouldSerializeStatusLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.StatusLabel.html#C1_Win_FlexViewer_StatusBarElements_StatusLabel">StatusLabel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializeZoomLevel" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeZoomLevel">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeZoomLevel.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializeZoomLevel">ShouldSerializeZoomLevel()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ZoomLevel.html#C1_Win_FlexViewer_StatusBarElements_ZoomLevel">ZoomLevel</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_StatusBarElements_ShouldSerializeZoomTrack" data-uid="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeZoomTrack">
          <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ShouldSerializeZoomTrack.html#C1_Win_FlexViewer_StatusBarElements_ShouldSerializeZoomTrack">ShouldSerializeZoomTrack()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.StatusBarElements.ZoomTrack.html#C1_Win_FlexViewer_StatusBarElements_ZoomTrack">ZoomTrack</a> property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
