Class CenterButtonDisplayMode
Specifies the possible values for the display type of center button in TabView.
Inheritance
System.Object
CenterButtonDisplayMode
Namespace: Syncfusion.Maui.Toolkit.TabView
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class CenterButtonDisplayMode : Enum
Fields
Image
Specifies the image types for center button in Tab View.
Declaration
public const CenterButtonDisplayMode Image
Field Value
Type |
---|
CenterButtonDisplayMode |
ImageWithText
Specifies both image as well as text for center button in Tab View.
Declaration
public const CenterButtonDisplayMode ImageWithText
Field Value
Type |
---|
CenterButtonDisplayMode |
Text
Specifies the text types for center button in Tab View.
Declaration
public const CenterButtonDisplayMode Text
Field Value
Type |
---|
CenterButtonDisplayMode |