Class TabHeaderPosition
Describes the possible values for the position of header layout in SfTabView control.
Inheritance
System.Object
TabHeaderPosition
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public sealed class TabHeaderPosition : Enum
Fields
Bottom
Specifies the bottom location below the content region of SfTabView control.
Declaration
public const TabHeaderPosition Bottom
Field Value
Type |
---|
TabHeaderPosition |
Top
Specifies the top location above the content region of SfTabView control.
Declaration
public const TabHeaderPosition Top
Field Value
Type |
---|
TabHeaderPosition |