# C1.Win.Gauge.C1GaugeRotateFlipType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Gauge_C1GaugeRotateFlipType" data-uid="C1.Win.Gauge.C1GaugeRotateFlipType" class="text-break">C1GaugeRotateFlipType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction of an image's rotation and the axis used to flip the image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_C1GaugeRotateFlipType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1GaugeRotateFlipType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1GaugeRotateFlipType</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_Gauge_C1GaugeRotateFlipType_Rotate180FlipNone">Rotate180FlipNone</td>
        <td><p>Specifies a 180-degree rotation without flipping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate180FlipX">Rotate180FlipX</td>
        <td><p>Specifies a 180-degree rotation followed by a horizontal flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate180FlipXY">Rotate180FlipXY</td>
        <td><p>Specifies a 180-degree rotation followed by a horizontal and vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate180FlipY">Rotate180FlipY</td>
        <td><p>Specifies a 180-degree rotation followed by a vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate270FlipNone">Rotate270FlipNone</td>
        <td><p>Specifies a 270-degree rotation without flipping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate270FlipX">Rotate270FlipX</td>
        <td><p>Specifies a 270-degree rotation followed by a horizontal flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate270FlipXY">Rotate270FlipXY</td>
        <td><p>Specifies a 270-degree rotation followed by a horizontal and vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate270FlipY">Rotate270FlipY</td>
        <td><p>Specifies a 270-degree rotation followed by a vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate90FlipNone">Rotate90FlipNone</td>
        <td><p>Specifies a 90-degree rotation without flipping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate90FlipX">Rotate90FlipX</td>
        <td><p>Specifies a 90-degree rotation followed by a horizontal flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate90FlipXY">Rotate90FlipXY</td>
        <td><p>Specifies a 90-degree rotation followed by a horizontal and vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_Rotate90FlipY">Rotate90FlipY</td>
        <td><p>Specifies a 90-degree rotation followed by a vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_RotateNoneFlipNone">RotateNoneFlipNone</td>
        <td><p>Specifies no rotation and no flipping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_RotateNoneFlipX">RotateNoneFlipX</td>
        <td><p>Specifies no rotation followed by a horizontal flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_RotateNoneFlipXY">RotateNoneFlipXY</td>
        <td><p>Specifies no rotation followed by a horizontal and vertical flip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRotateFlipType_RotateNoneFlipY">RotateNoneFlipY</td>
        <td><p>Specifies no rotation followed by a vertical flip.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
