menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfCarouselPanel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfCarouselPanel

    Used to group and arrange the collections of SfCarouselItem

    Inheritance
    System.Object
    SfCarouselPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfCarousel.UWP.dll
    Syntax
    public class SfCarouselPanel : Canvas, IDisposable
    Remarks

    CarouselPanel is a Windows.UI.Xaml.Controls.Canvas.

    Constructors

    SfCarouselPanel()

    Initializes a new instance of the SfCarouselPanel class.

    Declaration
    public SfCarouselPanel()

    Methods

    Dispose()

    To clear unused objects

    Declaration
    public void Dispose()

    Dispose(Boolean)

    To remove all the instance which is used in Accordion

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    The disposing

    MeasureOverride(Size)

    Carousel Measure Override Method.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The available Size

    Returns
    Type Description
    Windows.Foundation.Size

    Available size has returned.

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    SfCarousel
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved