ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / C1CarouselPanel Class / SetPathGeometry Method
The object to set value to.
The property value.

In This Topic
    SetPathGeometry Method
    In This Topic
    Sets the value of the PathGeometry attached property to a given object.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetPathGeometry( _
       ByVal d As DependencyObject, _
       ByVal value As PathGeometry _
    ) 
    public static void SetPathGeometry( 
       DependencyObject d,
       PathGeometry value
    )

    Parameters

    d
    The object to set value to.
    value
    The property value.
    See Also