menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CenterButtonSettings

    Represents a Center Button element in CenterButtonSettings control.

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

    Constructors

    CenterButtonSettings()

    Declaration
    public CenterButtonSettings()

    Fields

    BackgroundColorProperty

    Identifies the BorderColor bindable property.

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

    BorderColorProperty

    Identifies the BorderColor bindable property.

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

    BorderThicknessProperty

    Identifies the CornerRadius bindable property.

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

    ContentProperty

    Identifies the ContentProperty bindable property.

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

    CornerRadiusProperty

    Identifies the CornerRadius bindable property.

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

    DisplayModeProperty

    Identifies the DisplayMode bindable property.

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

    FontIconFontAttributesProperty

    Identifies the FontIconFontAttributes bindable property.

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

    FontIconFontColorProperty

    Identifies the FontIconFontColor bindable property.

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

    FontIconFontFamilyProperty

    Identifies the FontIconFontFamily bindable property.

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

    FontIconFontSizeProperty

    Identifies the FontIconFontSize bindable property.

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

    HeightProperty

    Identifies the Height bindable property.

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

    IconFontProperty

    Identifies the IconFont bindable property.

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

    TitleFontAttributesProperty

    Identifies the TitleFontAttributes bindable property.

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

    TitleFontColorProperty

    Identifies the TitleFontColor bindable property.

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

    TitleFontFamilyProperty

    Identifies the TitleFontFamily bindable property.

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

    TitleFontSizeProperty

    Identifies the TitleFontSize bindable property.

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

    TitleProperty

    Identifies the Title bindable property.

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

    WidthProperty

    Identifies the Width bindable property.

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

    Properties

    BackgroundColor

    Gets or sets the color of the background.

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

    The color of the background.

    BorderColor

    Gets or sets the color of the border.

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

    The color of the border.

    BorderThickness

    Gets or sets the border thickness.

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

    The border thickness.

    CornerRadius

    Gets or sets the corner radius.

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

    The corner radius.

    DisplayMode

    Gets or sets the value to choose the display type of center button.

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

    FontIconFontAttributes

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

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

    It is not applicable for most of the font icons.

    FontIconFontColor

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

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

    FontIconFontFamily

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

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

    FontIconFontSize

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

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

    Height

    Gets or sets the value for the height of Center button in SfTabView.

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

    IconFont

    Gets or sets the value for the icon font text for a 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

    TitleFontAttributes

    Gets or sets the value for the font representation of text for a center button.

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

    TitleFontColor

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

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

    TitleFontFamily

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

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

    TitleFontSize

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

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

    Width

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