alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TabStripPanel

    Represents the TabStripPanel class

    Inheritance
    System.Object
    TabStripPanel
    Namespace: Syncfusion.UI.Xaml.Rotator
    Assembly: Syncfusion.SfRotator.UWP.dll
    Syntax
    public class TabStripPanel : Panel

    Constructors

    TabStripPanel()

    Initializes a new instance of the TabStripPanel class.

    Declaration
    public TabStripPanel()

    Properties

    Orientation

    Gets or sets the Orientation of the TabStrip PanelSfRotator.

    Declaration
    [ClassReference(IsReviewed = false)]
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Controls.Orientation

    Default value is Horizontal

    See Also
    SfRotator

    Methods

    ArrangeOverride(Size)

    Arranges the children in the panel based on the final size

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size finalSize

    Final value

    Returns
    Type Description
    Windows.Foundation.Size

    return value

    MeasureOverride(Size)

    Measures the panel size based on the available size

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

    Available size

    Returns
    Type Description
    Windows.Foundation.Size

    Return value

    Extension Methods

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