ComponentOne Carousel for WPF and Silverlight
C1CarouselPanel Class
Members 

C1.WPF.Carousel Namespace : C1CarouselPanel Class
Represents a virtualizing panel that lays out its child elements along an arbitrary path.
Object Model
C1CarouselPanel Class
Syntax
'Declaration
 
<System.ComponentModel.LicenseProviderAttribute()>
Public Class C1CarouselPanel 
   Inherits System.Windows.Controls.VirtualizingPanel
[System.ComponentModel.LicenseProvider()]
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.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Panel
                     System.Windows.Controls.VirtualizingPanel
                        C1.WPF.Carousel.C1CarouselPanel

See Also

Reference

C1CarouselPanel Members
C1.WPF.Carousel Namespace