# C1.WPF.Carousel.HorizontalItemAnchor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Carousel_HorizontalItemAnchor" data-uid="C1.WPF.Carousel.HorizontalItemAnchor" class="text-break">HorizontalItemAnchor Enum
</h1>
  <div class="markdown level0 summary"><p>Defines possible horizontal placements of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> child controls relative
to the carousel's path.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Carousel.html">C1.WPF.Carousel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Carousel.4.6.2.dll</h6>
  <h5 id="C1_WPF_Carousel_HorizontalItemAnchor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HorizontalItemAnchor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HorizontalItemAnchor</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_WPF_Carousel_HorizontalItemAnchor_Center">Center</td>
        <td><p>Child element is centered horizontally relative to the path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_HorizontalItemAnchor_Left">Left</td>
        <td><p>Child element is aligned to the left of the path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_HorizontalItemAnchor_Right">Right</td>
        <td><p>Child element is aligned to the right of the path.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
