Class OverflowButtonSettings
Provides set of properties to be customized for more button in SfTabView. It is applicable when OverflowMode is set as drop down.
Inheritance
Implements
Namespace: Syncfusion.iOS.TabView
Assembly: Syncfusion.SfTabView.iOS.dll
Syntax
public class OverflowButtonSettings : Object, INotifyPropertyChanged
Constructors
OverflowButtonSettings()
Initializes a new instance of the OverflowButtonSettings class.
Declaration
public OverflowButtonSettings()
Properties
BackgroundColor
Gets or sets the value for the background color of more button.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
DisplayMode
Gets or sets the value to choose the display type of more button.
Declaration
public OverflowButtonDisplayMode DisplayMode { get; set; }
Property Value
| Type |
|---|
| OverflowButtonDisplayMode |
FontIconFont
Gets or sets the value to font family and size of icon text in more button.
Declaration
public UIFont FontIconFont { get; set; }
Property Value
| Type |
|---|
| UIKit.UIFont |
FontIconFontColor
Gets or sets the value to font color of icon text in more button.
Declaration
public UIColor FontIconFontColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
IconFont
Gets or sets the value for more button font text.
Declaration
public string IconFont { get; set; }
Property Value
| Type |
|---|
| System.String |
Title
Gets or sets the value for more button text.
Declaration
public string Title { get; set; }
Property Value
| Type |
|---|
| System.String |
TitleFont
Gets or sets the value to font family and size of text in more button.
Declaration
public UIFont TitleFont { get; set; }
Property Value
| Type |
|---|
| UIKit.UIFont |
TitleFontColor
Gets or sets the value to font color of text in more button.
Declaration
public UIColor TitleFontColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
Width
Gets or sets the value for the width of more button.
Declaration
public double Width { get; set; }
Property Value
| Type |
|---|
| System.Double |
Methods
Dispose(Boolean)
Dispose virtual method.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | bool value. |
RaiseOnPropertyChanged(String)
This method is called by the Set accessor of each property. The CallerMemberName attribute that is applied to the optional propertyName parameter causes the property name of the caller to be substituted as an argument.
Declaration
protected virtual void RaiseOnPropertyChanged(string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | propertyName | String type. |
Events
PropertyChanged
Property changed event
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |