[]
        
(Showing Draft Content)

C1.WPF.Carousel.C1CarouselPanel.GetPathGeometry

GetPathGeometry Method

Gets the value of the PathGeometry attached property from a given object.

Declaration
[TypeConverter(typeof(PathGeometryConverter))]
public static PathGeometry GetPathGeometry(DependencyObject d)
<TypeConverter(GetType(PathGeometryConverter))>
Public Shared Function GetPathGeometry(d As DependencyObject) As PathGeometry
Parameters
Type Name Description
DependencyObject d

The object to read value from.

Returns
Type Description
PathGeometry

The property value.