alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CenterButtonSettings

    Represents a center button in SfTabView control. It contains the properties to configure title region.

    Inheritance
    System.Object
    CenterButtonSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.iOS.TabView
    Assembly: Syncfusion.SfTabView.iOS.dll
    Syntax
    public class CenterButtonSettings : Object, INotifyPropertyChanged

    Constructors

    CenterButtonSettings()

    Declaration
    public CenterButtonSettings()

    Properties

    BackgroundColor

    Gets or sets the color center button.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    BorderColor

    Gets or sets the color of the border.

    Declaration
    public UIColor BorderColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    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 center button.

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

    FontIconFont

    Gets or sets the value for the font family and size of icon font text for center button.

    Declaration
    public UIFont FontIconFont { get; set; }
    Property Value
    Type
    UIKit.UIFont

    FontIconFontColor

    Gets or sets the value for the color of font icon text for center button.

    Declaration
    public UIColor FontIconFontColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    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 the icon font text for center button.

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

    Title

    Gets or sets the value for the text of center button.

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

    TitleFont

    Gets or sets the value for the font family and size of text for center button.

    Declaration
    public UIFont TitleFont { get; set; }
    Property Value
    Type
    UIKit.UIFont

    TitleFontColor

    Gets or sets the value for the color of text for center button.

    Declaration
    public UIColor TitleFontColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    Width

    Gets or sets the value for width of center 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

    Occurs when property changed.

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

    Implements

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