ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class / GetPathGeometry Method
The object to read value from.

In This Topic
    GetPathGeometry Method (C1CarouselPanel)
    In This Topic
    Gets the value of the PathGeometry attached property from a given object.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.Silverlight.Carousel.PathGeometryConverter)>
    Public Shared Function GetPathGeometry( _
       ByVal d As DependencyObject _
    ) As PathGeometry
    [TypeConverter(C1.Silverlight.Carousel.PathGeometryConverter)]
    public static PathGeometry GetPathGeometry( 
       DependencyObject d
    )

    Parameters

    d
    The object to read value from.

    Return Value

    The property value.
    See Also