Class UpDownButtonSettings
UpdownButton setting class
Inheritance
System.Object
UpDownButtonSettings
Namespace: Com.Syncfusion.Numericupdown
Assembly: Syncfusion.SfNumericUpDown.Android.dll
Syntax
public class UpDownButtonSettings : Object
Constructors
UpDownButtonSettings()
Initializes a new instance of the UpDownButtonSettings class.
Declaration
public UpDownButtonSettings()
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 |
ButtonFontColor
Gets or sets the value of Button font Color
Declaration
public Color ButtonFontColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
ButtonFontFamily
Gets or sets the vaalue of Button font Family
Declaration
public Typeface ButtonFontFamily { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
ButtonFontIcon
Gets or sets the value of Button Font Icon
Declaration
public string ButtonFontIcon { get; set; }
Property Value
Type |
---|
System.String |
ButtonFontSize
Gets or sets the value of ButtonFontSize
Declaration
public double ButtonFontSize { get; set; }
Property Value
Type |
---|
System.Double |
ButtonHeight
Gets or sets the value of Button height
Declaration
public double ButtonHeight { get; set; }
Property Value
Type |
---|
System.Double |
ButtonImage
Gets or sets the value of ButtonImage
Declaration
public string ButtonImage { get; set; }
Property Value
Type |
---|
System.String |
ButtonView
Gets or sets the value of ButtonView
Declaration
public View ButtonView { get; set; }
Property Value
Type |
---|
Android.Views.View |
ButtonWidth
Gets or sets the value of ButtonWidth
Declaration
public double ButtonWidth { 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 |
HighlightedFontColor
Gets or sets the value that determines the Backgroundcolor of the button
Declaration
public Color HighlightedFontColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Methods
RaiseOnPropertyChanged(String)
Raise property changed method
Declaration
protected virtual void RaiseOnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | property name |