Class CenterButtonDisplayMode
Option to choose the type of center button for its rendering content.
Inheritance
System.Object
CenterButtonDisplayMode
Namespace: Syncfusion.iOS.TabView
Assembly: Syncfusion.SfTabView.iOS.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
ImageWithText
Specifies both image as well as text for more button in SfTabView control,
Declaration
public const CenterButtonDisplayMode ImageWithText
Field Value
Text
Specifies the text type for more button in SfTabView control,
Declaration
public const CenterButtonDisplayMode Text