menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowButtonSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OverflowButtonSettings

    Provides set of properties to be customized for more button in OverflowButtonSettings. It is applicable when OverflowMode is set as drop down.

    Inheritance
    System.Object
    OverflowButtonSettings
    Namespace: Syncfusion.XForms.TabView
    Assembly: Syncfusion.SfTabView.XForms.dll
    Syntax
    public class OverflowButtonSettings : BindableObject

    Constructors

    OverflowButtonSettings()

    Declaration
    public OverflowButtonSettings()

    Fields

    BackgroundColorProperty

    Identifies the BackgroundColor bindable property. This property can be used to change the background color of more button.

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    DisplayModeProperty

    Identifies the DisplayMode bindable property. This property can be used to change the display type of the overflow button in SfTabView.

    Declaration
    public static readonly BindableProperty DisplayModeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontIconFontAttributesProperty

    Identifies the FontIconFontAttributes bindable property. This property can be used to change the font attribute of font icon for a overflow button.

    Declaration
    public static readonly BindableProperty FontIconFontAttributesProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontIconFontColorProperty

    Identifies the FontIconFontColor bindable property. This property can be used to change the font color of font icon in more button.

    Declaration
    public static readonly BindableProperty FontIconFontColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontIconFontFamilyProperty

    Identifies the FontIconFontFamily bindable property. This property can be used to change the font family of font icon for a overflow button.

    Declaration
    public static readonly BindableProperty FontIconFontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontIconFontSizeProperty

    Identifies the FontIconFontSize bindable property. This property can be used to change the font size of font icon for a overflow button.

    Declaration
    public static readonly BindableProperty FontIconFontSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IconFontProperty

    Identifies the IconFont bindable property. This property can be used to give the icon font text for a overflow button.

    Declaration
    public static readonly BindableProperty IconFontProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TitleFontAttributesProperty

    Identifies the TitleFontAttributes bindable property. This property can be used to change the font attribute of text for overflow button.

    Declaration
    public static readonly BindableProperty TitleFontAttributesProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TitleFontColorProperty

    Identifies the TitleFontColor bindable property. This property can be used to change the color of text for a overflow button.

    Declaration
    public static readonly BindableProperty TitleFontColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TitleFontFamilyProperty

    Identifies the TitleFontFamily bindable property. This property can be used to change the font family of text for a overflow button.

    Declaration
    public static readonly BindableProperty TitleFontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TitleFontSizeProperty

    Identifies the TitleFontSize bindable property. This property can be used to change the font size of text for a overflow button.

    Declaration
    public static readonly BindableProperty TitleFontSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TitleProperty

    Identifies the Title bindable property. This property can be used to give the text to the overlow button in SfTabView.

    Declaration
    public static readonly BindableProperty TitleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    WidthProperty

    Identifies the Width bindable property. This property can be used to change the width of the overflow button in SfTabView.

    Declaration
    public static readonly BindableProperty WidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or sets the value of the BackgroundColor. This property can be used to change the background color of more button.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    DisplayMode

    Gets or sets the value of the DisplayMode. This property can be used to change the display type of the overflow button in SfTabView.

    Declaration
    public OverflowButtonDisplayMode DisplayMode { get; set; }
    Property Value
    Type
    OverflowButtonDisplayMode

    FontIconFontAttributes

    Gets or sets the value the FontIconFontAttributes. you can change the font attribute of font icon for a overflow button.

    Declaration
    public FontAttributes FontIconFontAttributes { get; set; }
    Property Value
    Type
    Xamarin.Forms.FontAttributes
    Remarks

    It is not applicable for many font icons.

    FontIconFontColor

    Gets or sets the value of the FontIconFontColor. This property can be used to change the font color of font icon in more button.

    Declaration
    public Color FontIconFontColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    FontIconFontFamily

    Gets or sets the value of FontIconFontFamily. This property can be used to change the font family of font icon for a overflow button.

    Declaration
    public string FontIconFontFamily { get; set; }
    Property Value
    Type
    System.String

    FontIconFontSize

    Gets or sets the value of the FontIconFontSize. This property can be used to change the font size of font icon for a overflow button.

    Declaration
    public double FontIconFontSize { get; set; }
    Property Value
    Type
    System.Double

    IconFont

    Gets or sets the value of the IconFont. This property can be used to give the icon font text for a overflow button.

    Declaration
    public string IconFont { get; set; }
    Property Value
    Type
    System.String

    Title

    Gets or sets the value for the text of center button. This property can be used to give the text to the overlow button in SfTabView.

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    TitleFontAttributes

    Gets or sets the value of the TitleFontAttributes. This property can be used to change the font attribute of text for overflow button.

    Declaration
    public FontAttributes TitleFontAttributes { get; set; }
    Property Value
    Type
    Xamarin.Forms.FontAttributes

    TitleFontColor

    Gets or sets the value of the TitleFontColor. This property can be used to change the color of text for a overflow button.

    Declaration
    public Color TitleFontColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    TitleFontFamily

    Gets or sets the value of the TitleFontFamily. This property can be used to change the font family of text for a overflow button.

    Declaration
    public string TitleFontFamily { get; set; }
    Property Value
    Type
    System.String

    TitleFontSize

    Gets or sets the value of the TitleFontSize. This property can be used to change the font size of text for a overflow button.

    Declaration
    public double TitleFontSize { get; set; }
    Property Value
    Type
    System.Double

    Width

    Gets or sets the value of the Width. This property can be used to change the width of the overflow button in SfTabView.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved