ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class / ClearCarouselProperties Method
The object to clear C1CarouselPanel's attached properties on.

In This Topic
    ClearCarouselProperties Method (C1CarouselPanel)
    In This Topic
    Clears the values of all C1CarouselPanel attached properties on the specified object.
    Syntax
    'Declaration
     
    
    Public Shared Sub ClearCarouselProperties( _
       ByVal d As DependencyObject _
    ) 
    public static void ClearCarouselProperties( 
       DependencyObject d
    )

    Parameters

    d
    The object to clear C1CarouselPanel's attached properties on.
    See Also