# C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Carousel_C1CarouselPanel_GetPathGeometry_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry*">GetPathGeometry Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Carousel_C1CarouselPanel_GetPathGeometry_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry*"></a>
<h4 id="C1_WPF_Carousel_C1CarouselPanel_GetPathGeometry_System_Windows_DependencyObject_" data-uid="C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry(System.Windows.DependencyObject)">GetPathGeometry(DependencyObject)</h4>
<div 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>
</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 static PathGeometry GetPathGeometry(DependencyObject d)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PathGeometryConverter))&gt;
Public Shared Function GetPathGeometry(d As DependencyObject) As PathGeometry</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 read value from.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.pathgeometry">PathGeometry</a></td>
      <td><p>The property value.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
