Xamarin.iOS

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

    Show / Hide Table of Contents

    Class DropDownButtonSettings

    Sf ComboBox DropDownButtonSettings class.

    Inheritance
    System.Object
    DropDownButtonSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.iOS.ComboBox
    Assembly: Syncfusion.SfComboBox.iOS.dll
    Syntax
    public class DropDownButtonSettings : Object, INotifyPropertyChanged

    Constructors

    DropDownButtonSettings()

    Initializes a new instance of the DropDownButtonSettings class.

    Declaration
    public DropDownButtonSettings()

    Properties

    BackgroundColor

    Gets or sets the value that determines the Backgroundcolor of the button

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

    FontColor

    Gets or sets the value of Button font Color

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

    FontFamily

    Gets or sets the vaalue of Button font Family

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

    FontIcon

    Gets or sets the value of Button Font Icon

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

    FontSize

    Gets or sets the value of FontSize

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

    Height

    Gets or sets the value of Button height

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

    HighlightedBackgroundColor

    Gets or sets the value that determines the pressedcolor of the button

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

    HighlightFontColor

    Gets or sets the value that determines the Backgroundcolor of the button

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

    Image

    Gets or sets the value of Image

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

    View

    Gets or sets the value of View

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    Width

    Gets or sets the value of Width

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

    Methods

    RaiseOnPropertyChanged(String)

    Raises the on property changed.

    Declaration
    protected virtual void RaiseOnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Property name.

    Events

    PropertyChanged

    Sf ComboBox PropertyChanged 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