menu

UWP

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

    Show / Hide Table of Contents

    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
    Syncfusion.UI.Xaml.Controls.Notification

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved