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.Android.TabView
Assembly: Syncfusion.SfTabView.Android.dll
Syntax
public class OverflowButtonSettings : Object, INotifyPropertyChanged
Constructors
OverflowButtonSettings()
Declaration
public OverflowButtonSettings()
Properties
BackgroundColor
Gets or sets the value for the background color of more button.
Declaration
public Color BackgroundColor { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Color |
DisplayMode
Gets or sets the value to choose the display type of more button.
Declaration
public OverflowButtonDisplayMode DisplayMode { get; set; }
Property Value
| Type |
|---|
| OverflowButtonDisplayMode |
FontIconFontColor
Gets or sets the value to font color of icon text in more button.
Declaration
public Color FontIconFontColor { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Color |
FontIconFontSize
Gets or sets the value to font size of icon text in more button.
Declaration
public double FontIconFontSize { get; set; }
Property Value
| Type |
|---|
| System.Double |
FontIconStyle
Gets or sets the value to font family of icon text in more button.
Declaration
public Typeface FontIconStyle { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Typeface |
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 |
TitleFontColor
Gets or sets the value to font color of text in more button.
Declaration
public Color TitleFontColor { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Color |
TitleFontSize
Gets or sets the value to font size of text in more button.
Declaration
public double TitleFontSize { get; set; }
Property Value
| Type |
|---|
| System.Double |
TitleFontStyle
Gets or sets the value to font family of text in more button.
Declaration
public Typeface TitleFontStyle { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Typeface |
Width
Gets or sets the value for the width of more button.
Declaration
public double Width { get; set; }
Property Value
| Type |
|---|
| System.Double |
Methods
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
The property changed hanlder.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |