Xamarin.iOS

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

    Show / Hide Table of Contents

    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
    System.Object
    OverflowButtonSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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 Description
    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 Description
    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 Description
    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 Description
    UIKit.UIColor

    IconFont

    Gets or sets the value for more button font text.

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

    Title

    Gets or sets the value for more button text.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    UIKit.UIColor

    Width

    Gets or sets the value for the width of more button.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    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

    Property changed event

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved