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

In This Topic
    PageSize Property (C1CarouselPanel)
    In This Topic
    Defines the number of visible items in C1CarouselPanel. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property PageSize As Integer
    public int PageSize {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.
    See Also