Class TabHeaderAlignment
Describes the possible values for the header position of SfTabView.
Inheritance
System.Object
TabHeaderAlignment
Namespace: Syncfusion.Maui.Toolkit.TabView
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class TabHeaderAlignment : Enum
Fields
Center
Specifies center position for the tab header.
Declaration
public const TabHeaderAlignment Center
Field Value
Type |
---|
TabHeaderAlignment |
End
Specifies end position for the tab header.
Declaration
public const TabHeaderAlignment End
Field Value
Type |
---|
TabHeaderAlignment |
Start
Specifies start position for the tab header.
Declaration
public const TabHeaderAlignment Start
Field Value
Type |
---|
TabHeaderAlignment |