ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class
Members

In This Topic
    C1CarouselPanel Class
    In This Topic
    Represents a virtualizing panel that lays out its child elements along an arbitrary path.
    Object Model
    C1CarouselPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1CarouselPanel 
       Inherits System.Windows.Controls.VirtualizingPanel
    [ContentProperty("Children", true)]
    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