Class TabWidthMode
Describes the possible values for tab width mode.
Inheritance
System.Object
TabWidthMode
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public sealed class TabWidthMode : Enum
Fields
Default
Specifies that all tab header widths share the available header space.
Declaration
public const TabWidthMode Default
Field Value
Type |
---|
TabWidthMode |
SizeToContent
Specifies that the tab header width will be set based on the text size and image of each tab.
Declaration
public const TabWidthMode SizeToContent
Field Value
Type |
---|
TabWidthMode |