ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1Gallery Class / PagerPosition Property

In This Topic
    PagerPosition Property (C1Gallery)
    In This Topic
    Sets the position of the pager in gallery to the 'relativeTo', 'offsetX', and 'offsetY' properties. For example, here is the jQuery ui position's position:{my:'top left',at:'right bottom',offset:}.
    Syntax
    'Declaration
     
    Public Property PagerPosition As PositionSettings
    public PositionSettings PagerPosition {get; set;}
    See Also