Class CenterButtonSettings
Provides set of properties to be customized for more button in SfTabView.
Inheritance
Implements
Namespace: Syncfusion.Android.TabView
Assembly: Syncfusion.SfTabView.Android.dll
Syntax
public class CenterButtonSettings : Object, INotifyPropertyChanged
Constructors
CenterButtonSettings()
Declaration
public CenterButtonSettings()
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 |
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Android.Graphics.Color | The color of the border. |
BorderThickness
Gets or sets the value for border Thickness of center button.
Declaration
public double BorderThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |
CornerRadius
Gets or sets the value for Corner Radius of center button.
Declaration
public double CornerRadius { get; set; }
Property Value
| Type |
|---|
| System.Double |
DisplayMode
Gets or sets the value to choose the display type of more button.
Declaration
public CenterButtonDisplayMode DisplayMode { get; set; }
Property Value
| Type |
|---|
| CenterButtonDisplayMode |
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 |
Height
Gets or sets the value for height of center button.
Declaration
public double Height { get; set; }
Property Value
| Type |
|---|
| System.Double |
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.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |