Class CenterButtonDisplayMode
Describes the possible values for the display type of center button in SfTabView control.
Inheritance
System.Object
CenterButtonDisplayMode
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public sealed class CenterButtonDisplayMode : Enum
Fields
Image
Specifies the image type for Center button in SfTabView control,
Declaration
public const CenterButtonDisplayMode Image
Field Value
ImageWithText
Specifies both image as well as text for Center button in SfTabView control,
Declaration
public const CenterButtonDisplayMode ImageWithText
Field Value
Text
Specifies the text type for Center button in SfTabView control,
Declaration
public const CenterButtonDisplayMode Text