Xamarin.Android

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

    Show / Hide Table of Contents

    Class DropDownButtonSettings

    UpdownButton setting class

    Inheritance
    System.Object
    DropDownButtonSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Android.ComboBox
    Assembly: Syncfusion.SfComboBox.Android.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 Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    FontColor

    Gets or sets the value of Button font Color

    Declaration
    public Color FontColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    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 Color HighlightedBackgroundColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    HighlightFontColor

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

    Declaration
    public Color HighlightFontColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    Image

    Gets or sets the value of Image

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

    Typeface

    Gets or sets the vaalue of Button font Family

    Declaration
    public Typeface Typeface { get; set; }
    Property Value
    Type Description
    Android.Graphics.Typeface

    View

    Gets or sets the value of View

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    Android.Views.View

    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

    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