Class SfCarouselLinearPanel
Carousel Linear Panel
Inheritance
System.Object
SfCarouselLinearPanel
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfCarousel.UWP.dll
Syntax
public class SfCarouselLinearPanel : Panel
Constructors
SfCarouselLinearPanel()
Initializes a new instance of the SfCarouselLinearPanel class.
Declaration
public SfCarouselLinearPanel()
See Also
Methods
ArrangeOverride(Size)
Arrange Override method
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | final size of the carousel |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | final size has returned |
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. |