ComponentOne Carousel for WPF and Silverlight
C1CarouselPanel Class
Members 

C1.Silverlight.Carousel Namespace : C1CarouselPanel Class
Represents a virtualizing panel that lays out its child elements along an arbitrary path.
Object Model
C1CarouselPanel Class
Syntax
'Declaration
 
Public Class C1CarouselPanel 
   Inherits System.Windows.Controls.VirtualizingPanel
public class C1CarouselPanel : System.Windows.Controls.VirtualizingPanel 
Remarks
The C1CarouselPanel can be used only as a panel of ItemsControl or derived control, it can't be used as a standalone panel.

Most of the C1CarouselPanel properties are attached properties, so their values can be specified on ItemsControl that hosts the panel.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               System.Windows.Controls.VirtualizingPanel
                  C1.Silverlight.Carousel.C1CarouselPanel

See Also

Reference

C1CarouselPanel Members
C1.Silverlight.Carousel Namespace