# C1.WPF.Carousel.C1CarouselPanel.SetHorizontalItemAnchorOnPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Carousel_C1CarouselPanel_SetHorizontalItemAnchorOnPath_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalItemAnchorOnPath*">SetHorizontalItemAnchorOnPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Carousel_C1CarouselPanel_SetHorizontalItemAnchorOnPath_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalItemAnchorOnPath*"></a>
<h4 id="C1_WPF_Carousel_C1CarouselPanel_SetHorizontalItemAnchorOnPath_System_Windows_DependencyObject_C1_WPF_Carousel_HorizontalItemAnchor_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalItemAnchorOnPath(System.Windows.DependencyObject,C1.WPF.Carousel.HorizontalItemAnchor)">SetHorizontalItemAnchorOnPath(DependencyObject, HorizontalItemAnchor)</h4>
<div class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalItemAnchorOnPath">HorizontalItemAnchorOnPath</a> attached property to a given object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void SetHorizontalItemAnchorOnPath(DependencyObject d, HorizontalItemAnchor value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub SetHorizontalItemAnchorOnPath(d As DependencyObject, value As HorizontalItemAnchor)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></td>
      <td><span class="parametername">d</span></td>
      <td><p>The object to set value to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.Carousel.HorizontalItemAnchor.html">HorizontalItemAnchor</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The property value.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
