ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / C1CarouselPanel Class / SetPageSize Method
The object to set value to.
The property value.

In This Topic
    SetPageSize Method
    In This Topic
    Sets the value of the PageSize attached property to a given object.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetPageSize( _
       ByVal d As DependencyObject, _
       ByVal value As Integer _
    ) 
    public static void SetPageSize( 
       DependencyObject d,
       int value
    )

    Parameters

    d
    The object to set value to.
    value
    The property value.
    See Also