menu

UWP

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

    Show / Hide Table of Contents

    Class TabPlacement

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

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

    Fields

    Bottom

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

    Declaration
    public const TabPlacement Bottom
    Field Value
    Type
    TabPlacement

    Left

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

    Declaration
    public const TabPlacement Left
    Field Value
    Type
    TabPlacement

    Right

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

    Declaration
    public const TabPlacement Right
    Field Value
    Type
    TabPlacement

    Top

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

    Declaration
    public const TabPlacement Top
    Field Value
    Type
    TabPlacement

    Extension Methods

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