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 |
---|
Android.Graphics.Color |
FontColor
Gets or sets the value of Button font Color
Declaration
public Color FontColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
FontIcon
Gets or sets the value of Button Font Icon
Declaration
public string FontIcon { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets the value of FontSize
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets the value of Button height
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
HighlightedBackgroundColor
Gets or sets the value that determines the pressedcolor of the button
Declaration
public Color HighlightedBackgroundColor { get; set; }
Property Value
Type |
---|
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 |
---|
Android.Graphics.Color |
Image
Gets or sets the value of Image
Declaration
public string Image { get; set; }
Property Value
Type |
---|
System.String |
Typeface
Gets or sets the vaalue of Button font Family
Declaration
public Typeface Typeface { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
View
Gets or sets the value of View
Declaration
public View View { get; set; }
Property Value
Type |
---|
Android.Views.View |
Width
Gets or sets the value of Width
Declaration
public double Width { get; set; }
Property Value
Type |
---|
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 |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged