Class IndicatorWidthMode
Describes the possible values for tab indicator width.
Inheritance
System.Object
IndicatorWidthMode
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public sealed class IndicatorWidthMode : Enum
Fields
Fit
Specifies that the selection indicator width will be set based on the header’s content width of the tab view.
Declaration
public const IndicatorWidthMode Fit
Field Value
Type |
---|
IndicatorWidthMode |
Stretch
Specifies that the selection indicator width will be set based on the header width value of the tab view.
Declaration
public const IndicatorWidthMode Stretch
Field Value
Type |
---|
IndicatorWidthMode |