# C1.WPF.Carousel.VerticalItemAnchor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Carousel_VerticalItemAnchor" data-uid="C1.WPF.Carousel.VerticalItemAnchor" class="text-break">VerticalItemAnchor Enum
</h1>
  <div class="markdown level0 summary"><p>Defines possible vertical 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_VerticalItemAnchor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VerticalItemAnchor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum VerticalItemAnchor</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_VerticalItemAnchor_Bottom">Bottom</td>
        <td><p>Child element is aligned to the bottom of the path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_VerticalItemAnchor_Center">Center</td>
        <td><p>Child element is centered vertically relative to the path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_VerticalItemAnchor_Top">Top</td>
        <td><p>Child element is aligned to the top of the path.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
