menu

UWP

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

    Show / Hide Table of Contents

    Class TabStripPlacement

    Defines the different placement options that a SfTabControl  can arrange the tab strip.

    Inheritance
    System.Object
    TabStripPlacement
    Namespace: Syncfusion.UI.Xaml.Controls.Navigation
    Assembly: Syncfusion.SfTabControl.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public sealed class TabStripPlacement : Enum

    Fields

    Bottom

    A child element that is positioned on the bottom of the SfTabControl.

    Declaration
    public const TabStripPlacement Bottom
    Field Value
    Type
    TabStripPlacement

    Left

    A child element that is positioned on the left side of the SfTabControl.

    Declaration
    public const TabStripPlacement Left
    Field Value
    Type
    TabStripPlacement

    Right

    A child element that is positioned on the right side of the SfTabControl.

    Declaration
    public const TabStripPlacement Right
    Field Value
    Type
    TabStripPlacement

    Top

    A child element that is positioned on the top of the SfTabControl.

    Declaration
    public const TabStripPlacement Top
    Field Value
    Type
    TabStripPlacement

    Extension Methods

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