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

In This Topic
    ControlPosition Property
    In This Topic
    Sets the position of the controls in the carousel 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 ControlPosition As PositionSettings
    public PositionSettings ControlPosition {get; set;}
    See Also