ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1Carousel Class / PagerType Property

In This Topic
    PagerType Property
    In This Topic
    Determines what type of pager to use in the carousel. The ShowPager property must be set to True for the Pager to be displayed.
    Syntax
    'Declaration
     
    Public Property PagerType As PagerType
    public PagerType PagerType {get; set;}
    See Also