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 |