# C1.WPF.Carousel.C1CarouselPanel.PathGeometry

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Carousel_C1CarouselPanel_PathGeometry_" data-uid="C1.WPF.Carousel.C1CarouselPanel.PathGeometry*">PathGeometry Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Carousel_C1CarouselPanel_PathGeometry_" data-uid="C1.WPF.Carousel.C1CarouselPanel.PathGeometry*"></a>
<h4 id="C1_WPF_Carousel_C1CarouselPanel_PathGeometry" data-uid="C1.WPF.Carousel.C1CarouselPanel.PathGeometry">PathGeometry</h4>
<div class="markdown level1 summary"><p>Defines the path that child elements are laid out along.
This is an attached dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PathGeometryConverter))]
public PathGeometry PathGeometry { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PathGeometryConverter))&gt;
Public Property PathGeometry As PathGeometry</code></pre>
</div>
<h5 id="C1_WPF_Carousel_C1CarouselPanel_PathGeometry_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can specify this property value on ItemsControl that hosts the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.html">C1CarouselPanel</a>.</p>
<p>
The <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PathGeometry.html#C1_WPF_Carousel_C1CarouselPanel_PathGeometry">PathGeometry</a> itself defines a two-dimentional curve, but in a composition
with the <a class="xref" href="C1.WPF.Carousel.C1CarouselPanel.PerspectiveAngle.html#C1_WPF_Carousel_C1CarouselPanel_PerspectiveAngle">PerspectiveAngle</a> property it defines three-dimentional curve.
</p>
</div>
</div>
