# C1.WPF.Carousel.C1CarouselPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Carousel_C1CarouselPanel" data-uid="C1.WPF.Carousel.C1CarouselPanel" class="text-break">C1CarouselPanel Class
</h1>
  <div class="markdown level0 summary"><p>Represents a virtualizing panel that lays out its child elements along an arbitrary path.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.panel">Panel</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.virtualizingpanel">VirtualizingPanel</a></div>
    <div class="level8"><span class="xref">C1CarouselPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.iscrollinfo">IScrollInfo</a></div>
  </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_C1CarouselPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1CarouselPanel : VirtualizingPanel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IScrollInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1CarouselPanel
    Inherits VirtualizingPanel
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IScrollInfo</code></pre>
  </div>
  <h5 id="C1_WPF_Carousel_C1CarouselPanel_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> can be used only as a panel of ItemsControl or derived
control, it can't be used as a standalone panel.</p>
<p>
Most of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> properties are attached properties, so their values
can be specified on ItemsControl that hosts the panel.
</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel__ctor" data-uid="C1.WPF.Carousel.C1CarouselPanel.#ctor">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.-ctor.html#C1_WPF_Carousel_C1CarouselPanel__ctor">C1CarouselPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_DrawPathProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.DrawPathProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.DrawPathProperty.html">DrawPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.DrawPath.html#C1_WPF_Carousel_C1CarouselPanel_DrawPath">DrawPath</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_HorizontalItemAnchorOnPathProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPathProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPathProperty.html">HorizontalItemAnchorOnPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalItemAnchorOnPath">HorizontalItemAnchorOnPath</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_HorizontalPathAlignmentProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignmentProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignmentProperty.html">HorizontalPathAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalPathAlignment">HorizontalPathAlignment</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PaddingProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.PaddingProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PaddingProperty.html">PaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.Padding.html#C1_WPF_Carousel_C1CarouselPanel_Padding">Padding</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PageSizeProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.PageSizeProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageSizeProperty.html">PageSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageSize.html#C1_WPF_Carousel_C1CarouselPanel_PageSize">PageSize</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PathGeometryProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.PathGeometryProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometryProperty.html">PathGeometryProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngleProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngleProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngleProperty.html">PerspectiveAngleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngle">PerspectiveAngle</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PerspectiveFactorProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactorProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactorProperty.html">PerspectiveFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactor.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveFactor">PerspectiveFactor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_VerticalItemAnchorOnPathProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPathProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPathProperty.html">VerticalItemAnchorOnPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_VerticalItemAnchorOnPath">VerticalItemAnchorOnPath</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_VerticalPathAlignmentProperty" data-uid="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignmentProperty">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignmentProperty.html">VerticalPathAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_VerticalPathAlignment">VerticalPathAlignment</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ActualScrollTransitionFactor" data-uid="C1.WPF.Carousel.C1CarouselPanel.ActualScrollTransitionFactor">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ActualScrollTransitionFactor.html#C1_WPF_Carousel_C1CarouselPanel_ActualScrollTransitionFactor">ActualScrollTransitionFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Negative or positive depending on scroll direction. Absolute range is [0; 1].</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_CanHorizontallyScroll" data-uid="C1.WPF.Carousel.C1CarouselPanel.CanHorizontallyScroll">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.CanHorizontallyScroll.html#C1_WPF_Carousel_C1CarouselPanel_CanHorizontallyScroll">CanHorizontallyScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.CanHorizontallyScroll property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_CanVerticallyScroll" data-uid="C1.WPF.Carousel.C1CarouselPanel.CanVerticallyScroll">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.CanVerticallyScroll.html#C1_WPF_Carousel_C1CarouselPanel_CanVerticallyScroll">CanVerticallyScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.CanVerticallyScroll property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_CurrentTransitionShift" data-uid="C1.WPF.Carousel.C1CarouselPanel.CurrentTransitionShift">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.CurrentTransitionShift.html#C1_WPF_Carousel_C1CarouselPanel_CurrentTransitionShift">CurrentTransitionShift</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_DrawPath" data-uid="C1.WPF.Carousel.C1CarouselPanel.DrawPath">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.DrawPath.html#C1_WPF_Carousel_C1CarouselPanel_DrawPath">DrawPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> path should
be drawn.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ExtentHeight" data-uid="C1.WPF.Carousel.C1CarouselPanel.ExtentHeight">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ExtentHeight.html#C1_WPF_Carousel_C1CarouselPanel_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.ExtentHeight property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ExtentLengthInternal" data-uid="C1.WPF.Carousel.C1CarouselPanel.ExtentLengthInternal">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ExtentLengthInternal.html#C1_WPF_Carousel_C1CarouselPanel_ExtentLengthInternal">ExtentLengthInternal</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ExtentWidth" data-uid="C1.WPF.Carousel.C1CarouselPanel.ExtentWidth">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ExtentWidth.html#C1_WPF_Carousel_C1CarouselPanel_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.ExtentWidth property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_FirstVisibleChildIdx" data-uid="C1.WPF.Carousel.C1CarouselPanel.FirstVisibleChildIdx">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.FirstVisibleChildIdx.html#C1_WPF_Carousel_C1CarouselPanel_FirstVisibleChildIdx">FirstVisibleChildIdx</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_HasLogicalOrientation" data-uid="C1.WPF.Carousel.C1CarouselPanel.HasLogicalOrientation">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HasLogicalOrientation.html#C1_WPF_Carousel_C1CarouselPanel_HasLogicalOrientation">HasLogicalOrientation</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_HorizontalItemAnchorOnPath" data-uid="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPath">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalItemAnchorOnPath">HorizontalItemAnchorOnPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal placement of the child controls relative to the carousel's path.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_HorizontalOffset" data-uid="C1.WPF.Carousel.C1CarouselPanel.HorizontalOffset">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalOffset.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.HorizontalOffset property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_HorizontalPathAlignment" data-uid="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignment">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalPathAlignment">HorizontalPathAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a horizontal alignment of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a>.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_LastVisibleChildIdx" data-uid="C1.WPF.Carousel.C1CarouselPanel.LastVisibleChildIdx">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.LastVisibleChildIdx.html#C1_WPF_Carousel_C1CarouselPanel_LastVisibleChildIdx">LastVisibleChildIdx</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_LogicalOrientation" data-uid="C1.WPF.Carousel.C1CarouselPanel.LogicalOrientation">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.LogicalOrientation.html#C1_WPF_Carousel_C1CarouselPanel_LogicalOrientation">LogicalOrientation</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OffsetLengthInternal" data-uid="C1.WPF.Carousel.C1CarouselPanel.OffsetLengthInternal">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OffsetLengthInternal.html#C1_WPF_Carousel_C1CarouselPanel_OffsetLengthInternal">OffsetLengthInternal</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OffsetRequest" data-uid="C1.WPF.Carousel.C1CarouselPanel.OffsetRequest">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OffsetRequest.html#C1_WPF_Carousel_C1CarouselPanel_OffsetRequest">OffsetRequest</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_Padding" data-uid="C1.WPF.Carousel.C1CarouselPanel.Padding">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.Padding.html#C1_WPF_Carousel_C1CarouselPanel_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> and its child elements.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PageSize" data-uid="C1.WPF.Carousel.C1CarouselPanel.PageSize">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageSize.html#C1_WPF_Carousel_C1CarouselPanel_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the number of visible items in <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a>.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PathGeometry" data-uid="C1.WPF.Carousel.C1CarouselPanel.PathGeometry">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the path that child elements are laid out along.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngle" data-uid="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngle">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngle">PerspectiveAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle, in degrees, to which the planar <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a> curve is
turned around the x-axis and thus forms a three-dimensional curve.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PerspectiveFactor" data-uid="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactor">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactor.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveFactor">PerspectiveFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value defining how much more distant elements are zoomed out comparing
to less distant elements.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ScrollOwner" data-uid="C1.WPF.Carousel.C1CarouselPanel.ScrollOwner">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ScrollOwner.html#C1_WPF_Carousel_C1CarouselPanel_ScrollOwner">ScrollOwner</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.ScrollOwner property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ScrollTransitionState" data-uid="C1.WPF.Carousel.C1CarouselPanel.ScrollTransitionState">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ScrollTransitionState.html#C1_WPF_Carousel_C1CarouselPanel_ScrollTransitionState">ScrollTransitionState</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_VerticalItemAnchorOnPath" data-uid="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPath">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_VerticalItemAnchorOnPath">VerticalItemAnchorOnPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical placement of the child controls relative to the carousel's path.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_VerticalOffset" data-uid="C1.WPF.Carousel.C1CarouselPanel.VerticalOffset">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalOffset.html#C1_WPF_Carousel_C1CarouselPanel_VerticalOffset">VerticalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.VerticalOffset property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_VerticalPathAlignment" data-uid="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignment">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_VerticalPathAlignment">VerticalPathAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a vertical alignment of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a>.
This is an attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ViewportHeight" data-uid="C1.WPF.Carousel.C1CarouselPanel.ViewportHeight">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ViewportHeight.html#C1_WPF_Carousel_C1CarouselPanel_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.ViewportHeight property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ViewportLengthInternal" data-uid="C1.WPF.Carousel.C1CarouselPanel.ViewportLengthInternal">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ViewportLengthInternal.html#C1_WPF_Carousel_C1CarouselPanel_ViewportLengthInternal">ViewportLengthInternal</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ViewportWidth" data-uid="C1.WPF.Carousel.C1CarouselPanel.ViewportWidth">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ViewportWidth.html#C1_WPF_Carousel_C1CarouselPanel_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.ViewportWidth property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Carousel.C1CarouselPanel.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ArrangeOverride.html#C1_WPF_Carousel_C1CarouselPanel_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_BringIndexIntoView_System_Int32_" data-uid="C1.WPF.Carousel.C1CarouselPanel.BringIndexIntoView(System.Int32)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.BringIndexIntoView.html#C1_WPF_Carousel_C1CarouselPanel_BringIndexIntoView_System_Int32_">BringIndexIntoView(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_ClearCarouselProperties_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.ClearCarouselProperties(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.ClearCarouselProperties.html#C1_WPF_Carousel_C1CarouselPanel_ClearCarouselProperties_System_Windows_DependencyObject_">ClearCarouselProperties(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the values of all <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a> attached properties on the specified
object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetDrawPath_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetDrawPath(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetDrawPath.html#C1_WPF_Carousel_C1CarouselPanel_GetDrawPath_System_Windows_DependencyObject_">GetDrawPath(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.DrawPath.html#C1_WPF_Carousel_C1CarouselPanel_DrawPath">DrawPath</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetHorizontalItemAnchorOnPath_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetHorizontalItemAnchorOnPath(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetHorizontalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_GetHorizontalItemAnchorOnPath_System_Windows_DependencyObject_">GetHorizontalItemAnchorOnPath(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalItemAnchorOnPath">HorizontalItemAnchorOnPath</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetHorizontalPathAlignment_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetHorizontalPathAlignment(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetHorizontalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_GetHorizontalPathAlignment_System_Windows_DependencyObject_">GetHorizontalPathAlignment(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalPathAlignment">HorizontalPathAlignment</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetItemsControl" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetItemsControl">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetItemsControl.html#C1_WPF_Carousel_C1CarouselPanel_GetItemsControl">GetItemsControl()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetItemsCount" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetItemsCount">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetItemsCount.html#C1_WPF_Carousel_C1CarouselPanel_GetItemsCount">GetItemsCount()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetPadding_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPadding(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetPadding.html#C1_WPF_Carousel_C1CarouselPanel_GetPadding_System_Windows_DependencyObject_">GetPadding(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.Padding.html#C1_WPF_Carousel_C1CarouselPanel_Padding">Padding</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetPageSize_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPageSize(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetPageSize.html#C1_WPF_Carousel_C1CarouselPanel_GetPageSize_System_Windows_DependencyObject_">GetPageSize(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageSize.html#C1_WPF_Carousel_C1CarouselPanel_PageSize">PageSize</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetPathGeometry_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_GetPathGeometry_System_Windows_DependencyObject_">GetPathGeometry(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetPerspectiveAngle_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPerspectiveAngle(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetPerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_GetPerspectiveAngle_System_Windows_DependencyObject_">GetPerspectiveAngle(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngle">PerspectiveAngle</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetPerspectiveFactor_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPerspectiveFactor(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetPerspectiveFactor.html#C1_WPF_Carousel_C1CarouselPanel_GetPerspectiveFactor_System_Windows_DependencyObject_">GetPerspectiveFactor(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactor.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveFactor">PerspectiveFactor</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetPointAtFractionLength_System_Double_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPointAtFractionLength(System.Double)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetPointAtFractionLength.html#C1_WPF_Carousel_C1CarouselPanel_GetPointAtFractionLength_System_Double_">GetPointAtFractionLength(double)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetVerticalItemAnchorOnPath_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetVerticalItemAnchorOnPath(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetVerticalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_GetVerticalItemAnchorOnPath_System_Windows_DependencyObject_">GetVerticalItemAnchorOnPath(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_VerticalItemAnchorOnPath">VerticalItemAnchorOnPath</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_GetVerticalPathAlignment_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetVerticalPathAlignment(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.GetVerticalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_GetVerticalPathAlignment_System_Windows_DependencyObject_">GetVerticalPathAlignment(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_VerticalPathAlignment">VerticalPathAlignment</a> attached property from a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_LineDown" data-uid="C1.WPF.Carousel.C1CarouselPanel.LineDown">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.LineDown.html#C1_WPF_Carousel_C1CarouselPanel_LineDown">LineDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.LineDown method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_LineLeft" data-uid="C1.WPF.Carousel.C1CarouselPanel.LineLeft">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.LineLeft.html#C1_WPF_Carousel_C1CarouselPanel_LineLeft">LineLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.LineLeft method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_LineRight" data-uid="C1.WPF.Carousel.C1CarouselPanel.LineRight">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.LineRight.html#C1_WPF_Carousel_C1CarouselPanel_LineRight">LineRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.LineRight method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_LineUp" data-uid="C1.WPF.Carousel.C1CarouselPanel.LineUp">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.LineUp.html#C1_WPF_Carousel_C1CarouselPanel_LineUp">LineUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.LineUp method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_MakeVisible_System_Windows_UIElement_System_Windows_Rect_" data-uid="C1.WPF.Carousel.C1CarouselPanel.MakeVisible(System.Windows.UIElement,System.Windows.Rect)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.MakeVisible.html#C1_WPF_Carousel_C1CarouselPanel_MakeVisible_System_Windows_UIElement_System_Windows_Rect_">MakeVisible(UIElement, Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.MakeVisible method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Carousel.C1CarouselPanel.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.MeasureOverride.html#C1_WPF_Carousel_C1CarouselPanel_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_MouseWheelDown" data-uid="C1.WPF.Carousel.C1CarouselPanel.MouseWheelDown">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.MouseWheelDown.html#C1_WPF_Carousel_C1CarouselPanel_MouseWheelDown">MouseWheelDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.MouseWheelDown method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_MouseWheelLeft" data-uid="C1.WPF.Carousel.C1CarouselPanel.MouseWheelLeft">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.MouseWheelLeft.html#C1_WPF_Carousel_C1CarouselPanel_MouseWheelLeft">MouseWheelLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.MouseWheelLeft method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_MouseWheelRight" data-uid="C1.WPF.Carousel.C1CarouselPanel.MouseWheelRight">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.MouseWheelRight.html#C1_WPF_Carousel_C1CarouselPanel_MouseWheelRight">MouseWheelRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.MouseWheelRight method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_MouseWheelUp" data-uid="C1.WPF.Carousel.C1CarouselPanel.MouseWheelUp">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.MouseWheelUp.html#C1_WPF_Carousel_C1CarouselPanel_MouseWheelUp">MouseWheelUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.MouseWheelUp method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OnClearChildren" data-uid="C1.WPF.Carousel.C1CarouselPanel.OnClearChildren">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OnClearChildren.html#C1_WPF_Carousel_C1CarouselPanel_OnClearChildren">OnClearChildren()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OnIsItemsHostChanged_System_Boolean_System_Boolean_" data-uid="C1.WPF.Carousel.C1CarouselPanel.OnIsItemsHostChanged(System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OnIsItemsHostChanged.html#C1_WPF_Carousel_C1CarouselPanel_OnIsItemsHostChanged_System_Boolean_System_Boolean_">OnIsItemsHostChanged(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OnItemsChanged_System_Object_System_Windows_Controls_Primitives_ItemsChangedEventArgs_" data-uid="C1.WPF.Carousel.C1CarouselPanel.OnItemsChanged(System.Object,System.Windows.Controls.Primitives.ItemsChangedEventArgs)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OnItemsChanged.html#C1_WPF_Carousel_C1CarouselPanel_OnItemsChanged_System_Object_System_Windows_Controls_Primitives_ItemsChangedEventArgs_">OnItemsChanged(object, ItemsChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OnPreviewMouseUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Carousel.C1CarouselPanel.OnPreviewMouseUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OnPreviewMouseUp.html#C1_WPF_Carousel_C1CarouselPanel_OnPreviewMouseUp_System_Windows_Input_MouseButtonEventArgs_">OnPreviewMouseUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_OnRender_System_Windows_Media_DrawingContext_" data-uid="C1.WPF.Carousel.C1CarouselPanel.OnRender(System.Windows.Media.DrawingContext)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.OnRender.html#C1_WPF_Carousel_C1CarouselPanel_OnRender_System_Windows_Media_DrawingContext_">OnRender(DrawingContext)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PageDown" data-uid="C1.WPF.Carousel.C1CarouselPanel.PageDown">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageDown.html#C1_WPF_Carousel_C1CarouselPanel_PageDown">PageDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.PageDown method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PageLeft" data-uid="C1.WPF.Carousel.C1CarouselPanel.PageLeft">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageLeft.html#C1_WPF_Carousel_C1CarouselPanel_PageLeft">PageLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.PageLeft method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PageRight" data-uid="C1.WPF.Carousel.C1CarouselPanel.PageRight">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageRight.html#C1_WPF_Carousel_C1CarouselPanel_PageRight">PageRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.PageRight method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_PageUp" data-uid="C1.WPF.Carousel.C1CarouselPanel.PageUp">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageUp.html#C1_WPF_Carousel_C1CarouselPanel_PageUp">PageUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.PageUp method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetDrawPath_System_Windows_DependencyObject_System_Boolean_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetDrawPath(System.Windows.DependencyObject,System.Boolean)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetDrawPath.html#C1_WPF_Carousel_C1CarouselPanel_SetDrawPath_System_Windows_DependencyObject_System_Boolean_">SetDrawPath(DependencyObject, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.DrawPath.html#C1_WPF_Carousel_C1CarouselPanel_DrawPath">DrawPath</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_SetHorizontalItemAnchorOnPath_System_Windows_DependencyObject_C1_WPF_Carousel_HorizontalItemAnchor_">SetHorizontalItemAnchorOnPath(DependencyObject, HorizontalItemAnchor)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetHorizontalOffset_System_Double_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalOffset(System.Double)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalOffset.html#C1_WPF_Carousel_C1CarouselPanel_SetHorizontalOffset_System_Double_">SetHorizontalOffset(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.SetHorizontalOffset method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetHorizontalPathAlignment_System_Windows_DependencyObject_System_Windows_HorizontalAlignment_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalPathAlignment(System.Windows.DependencyObject,System.Windows.HorizontalAlignment)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetHorizontalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_SetHorizontalPathAlignment_System_Windows_DependencyObject_System_Windows_HorizontalAlignment_">SetHorizontalPathAlignment(DependencyObject, HorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.HorizontalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_HorizontalPathAlignment">HorizontalPathAlignment</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetOffsetLengthInternal_System_Double_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetOffsetLengthInternal(System.Double)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetOffsetLengthInternal.html#C1_WPF_Carousel_C1CarouselPanel_SetOffsetLengthInternal_System_Double_">SetOffsetLengthInternal(double)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetPadding_System_Windows_DependencyObject_System_Windows_Thickness_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetPadding(System.Windows.DependencyObject,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetPadding.html#C1_WPF_Carousel_C1CarouselPanel_SetPadding_System_Windows_DependencyObject_System_Windows_Thickness_">SetPadding(DependencyObject, Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.Padding.html#C1_WPF_Carousel_C1CarouselPanel_Padding">Padding</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetPageSize_System_Windows_DependencyObject_System_Int32_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetPageSize(System.Windows.DependencyObject,System.Int32)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetPageSize.html#C1_WPF_Carousel_C1CarouselPanel_SetPageSize_System_Windows_DependencyObject_System_Int32_">SetPageSize(DependencyObject, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PageSize.html#C1_WPF_Carousel_C1CarouselPanel_PageSize">PageSize</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetPathGeometry_System_Windows_DependencyObject_System_Windows_Media_PathGeometry_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetPathGeometry(System.Windows.DependencyObject,System.Windows.Media.PathGeometry)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetPathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_SetPathGeometry_System_Windows_DependencyObject_System_Windows_Media_PathGeometry_">SetPathGeometry(DependencyObject, PathGeometry)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetPerspectiveAngle_System_Windows_DependencyObject_System_Double_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetPerspectiveAngle(System.Windows.DependencyObject,System.Double)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetPerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_SetPerspectiveAngle_System_Windows_DependencyObject_System_Double_">SetPerspectiveAngle(DependencyObject, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngle">PerspectiveAngle</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetPerspectiveFactor_System_Windows_DependencyObject_System_Double_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetPerspectiveFactor(System.Windows.DependencyObject,System.Double)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetPerspectiveFactor.html#C1_WPF_Carousel_C1CarouselPanel_SetPerspectiveFactor_System_Windows_DependencyObject_System_Double_">SetPerspectiveFactor(DependencyObject, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveFactor.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveFactor">PerspectiveFactor</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetVerticalItemAnchorOnPath_System_Windows_DependencyObject_C1_WPF_Carousel_VerticalItemAnchor_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetVerticalItemAnchorOnPath(System.Windows.DependencyObject,C1.WPF.Carousel.VerticalItemAnchor)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetVerticalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_SetVerticalItemAnchorOnPath_System_Windows_DependencyObject_C1_WPF_Carousel_VerticalItemAnchor_">SetVerticalItemAnchorOnPath(DependencyObject, VerticalItemAnchor)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalItemAnchorOnPath.html#C1_WPF_Carousel_C1CarouselPanel_VerticalItemAnchorOnPath">VerticalItemAnchorOnPath</a> attached property to a given object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetVerticalOffset_System_Double_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetVerticalOffset(System.Double)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetVerticalOffset.html#C1_WPF_Carousel_C1CarouselPanel_SetVerticalOffset_System_Double_">SetVerticalOffset(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the IScrollInfo.SetVerticalOffset method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Carousel_C1CarouselPanel_SetVerticalPathAlignment_System_Windows_DependencyObject_System_Windows_VerticalAlignment_" data-uid="C1.WPF.Carousel.C1CarouselPanel.SetVerticalPathAlignment(System.Windows.DependencyObject,System.Windows.VerticalAlignment)">
          <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.SetVerticalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_SetVerticalPathAlignment_System_Windows_DependencyObject_System_Windows_VerticalAlignment_">SetVerticalPathAlignment(DependencyObject, VerticalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.VerticalPathAlignment.html#C1_WPF_Carousel_C1CarouselPanel_VerticalPathAlignment">VerticalPathAlignment</a> attached property to a given object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
