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
Type |
---|
CenterButtonDisplayMode |
ImageWithText
Specifies both image as well as text for Center button in SfTabView control,
Declaration
public const CenterButtonDisplayMode ImageWithText
Field Value
Type |
---|
CenterButtonDisplayMode |
Text
Specifies the text type for Center button in SfTabView control,
Declaration
public const CenterButtonDisplayMode Text
Field Value
Type |
---|
CenterButtonDisplayMode |