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
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