# C1.Web.Mvc.NeedleShape

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_NeedleShape" data-uid="C1.Web.Mvc.NeedleShape" class="text-break">NeedleShape Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies a pre-defined shape for the gauge's needle element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_NeedleShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum NeedleShape</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum NeedleShape</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_Web_Mvc_NeedleShape_Arrow">Arrow</td>
        <td><p>The needle element has an arrow shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_Diamond">Diamond</td>
        <td><p>The needle element has a diamond shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_Hexagon">Hexagon</td>
        <td><p>The needle element has an hexagonal shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_None">None</td>
        <td><p>No pre-defined shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_Outer">Outer</td>
        <td><p>The needle element has a triangular shape with an offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_Pointer">Pointer</td>
        <td><p>The needle element has a pointer shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_Rectangle">Rectangle</td>
        <td><p>The needle element has a rectangular shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_Triangle">Triangle</td>
        <td><p>The needle element has a triangular shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_WideArrow">WideArrow</td>
        <td><p>The needle element has a wide arrow shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_NeedleShape_WidePointer">WidePointer</td>
        <td><p>The needle element has a wide pointer shape.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
