# C1.Util.DX.Direct3D11.CullMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_Direct3D11_CullMode" data-uid="C1.Util.DX.Direct3D11.CullMode" class="text-break">CullMode Enum
</h1>
  <div class="markdown level0 summary"><p>D3D11_CULL_MODE</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct3D11.html">C1.Util.DX.Direct3D11</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_Direct3D11_CullMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CullMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CullMode</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_Util_DX_Direct3D11_CullMode_Back">Back</td>
        <td><p>D3D11_CULL_BACK</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_CullMode_Front">Front</td>
        <td><p>D3D11_CULL_FRONT</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D11_CullMode_None">None</td>
        <td><p>D3D11_CULL_NONE</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
