# C1.Win.FlexViewer.FlexViewerRotateView

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexViewer_FlexViewerRotateView" data-uid="C1.Win.FlexViewer.FlexViewerRotateView" class="text-break">FlexViewerRotateView Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the view rotation angle.</p>
</div>
  <div class="markdown level0 conceptual"></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_FlexViewerRotateView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerRotateView</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerRotateView</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerRotateView_NoRotation">NoRotation</td>
        <td><p>Rotation is not applied to the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerRotateView_Rotation180">Rotation180</td>
        <td><p>Rotates the view by 180 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerRotateView_Rotation90Clockwise">Rotation90Clockwise</td>
        <td><p>Rotates the view by 90 degrees clockwise.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerRotateView_Rotation90CounterClockwise">Rotation90CounterClockwise</td>
        <td><p>Rotates the view by 90 degrees counter-clockwise.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
