ComponentOne Carousel for WPF and Silverlight
GetPathGeometry Method (C1CarouselPanel)

C1.WPF.Carousel Namespace > C1CarouselPanel Class : GetPathGeometry Method
The object to read value from.
Gets the value of the PathGeometry attached property from a given object.
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("C1.WPF.Carousel.PathGeometryConverter, C1.WPF.Carousel.4, Version=4.0.20161.503, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")>
Public Shared Function GetPathGeometry( _
   ByVal d As System.Windows.DependencyObject _
) As System.Windows.Media.PathGeometry
[System.ComponentModel.TypeConverter("C1.WPF.Carousel.PathGeometryConverter, C1.WPF.Carousel.4, Version=4.0.20161.503, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")]
public static System.Windows.Media.PathGeometry GetPathGeometry( 
   System.Windows.DependencyObject d
)

Parameters

d
The object to read value from.

Return Value

The property value.
See Also

Reference

C1CarouselPanel Class
C1CarouselPanel Members