Class CenterButtonDisplayMode
Option to choose the type of center button for its rendering content.
Inheritance
System.Object
CenterButtonDisplayMode
Namespace: Syncfusion.Android.TabView
Assembly: Syncfusion.SfTabView.Android.dll
Syntax
public sealed class CenterButtonDisplayMode : Enum
Fields
Image
Specifies the image type for more button in SfTabView control,
Declaration
public const CenterButtonDisplayMode Image
Field Value
Type |
---|
CenterButtonDisplayMode |
ImageWithText
Specifies both image as well as text for more button in SfTabView control,
Declaration
public const CenterButtonDisplayMode ImageWithText
Field Value
Type |
---|
CenterButtonDisplayMode |
Text
Specifies the text type for more button in SfTabView control,
Declaration
public const CenterButtonDisplayMode Text
Field Value
Type |
---|
CenterButtonDisplayMode |