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 |