Class UpDownButtonSettings
Implements the properties for the button customizations
Inheritance
Namespace: Syncfusion.SfNumericUpDown.XForms
Assembly: Syncfusion.SfNumericUpDown.XForms.dll
Syntax
public class UpDownButtonSettings : View, IThemeElement
Constructors
UpDownButtonSettings()
Initializes a new instance of the UpDownButtonSettings class.
Declaration
public UpDownButtonSettings()
Fields
BackgroundColorProperty
Using a DependencyProperty as the backing store for ButtonFontIcon property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonFontColorProperty
Using a DependencyProperty as the backing store for ButtonFontIcon property.
Declaration
public static readonly BindableProperty ButtonFontColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonFontFamilyProperty
Using a DependencyProperty as the backing store for ButtonFontFamily property.
Declaration
public static readonly BindableProperty ButtonFontFamilyProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonFontIconProperty
Using a DependencyProperty as the backing store for ButtonFontIcon property.
Declaration
public static readonly BindableProperty ButtonFontIconProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonFontSizeProperty
Using a DependencyProperty as the backing store for ButtonFontSize property.
Declaration
public static readonly BindableProperty ButtonFontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonHeightProperty
Using a DependencyProperty as the backing store for ButtonHeight
Declaration
public static readonly BindableProperty ButtonHeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonImageProperty
Using a DependencyProperty as the backing store for ButtonFontFamily property.
Declaration
public static readonly BindableProperty ButtonImageProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonViewProperty
Using a DependencyProperty as the backing store for ButtonView property.
Declaration
public static readonly BindableProperty ButtonViewProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ButtonWidthProperty
Using a DependencyProperty as the backing store for ButtonWidth property.
Declaration
public static readonly BindableProperty ButtonWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HighlightedBackgroundColorProperty
Using a DependencyProperty as the backing store for ButtonHighlightedBackgroundColor property.
Declaration
public static readonly BindableProperty HighlightedBackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HighlightedFontColorProperty
Using a DependencyProperty as the backing store for ButtonHighlightFontColor property.
Declaration
public static readonly BindableProperty HighlightedFontColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
ButtonFontColor
Gets or sets the ButtonFontColor
Declaration
public Color ButtonFontColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
ButtonFontFamily
Gets or sets the ButtonFontFamily
Declaration
public string ButtonFontFamily { get; set; }
Property Value
Type |
---|
System.String |
ButtonFontIcon
Gets or sets the ButtonFontIcon
Declaration
public string ButtonFontIcon { get; set; }
Property Value
Type |
---|
System.String |
ButtonFontSize
Gets or sets the ButtonFontSize
Declaration
public double ButtonFontSize { get; set; }
Property Value
Type |
---|
System.Double |
ButtonHeight
Gets or sets the ButtonHeight.
Declaration
public double ButtonHeight { get; set; }
Property Value
Type |
---|
System.Double |
ButtonImage
Gets or sets the ButtonImage
Declaration
public string ButtonImage { get; set; }
Property Value
Type |
---|
System.String |
ButtonView
Gets or sets the ButtonView
Declaration
public View ButtonView { get; set; }
Property Value
Type |
---|
Xamarin.Forms.View |
ButtonWidth
Gets or sets the ButtonWidth.
Declaration
public double ButtonWidth { get; set; }
Property Value
Type |
---|
System.Double |
HighlightedBackgroundColor
Gets or sets the HighlightedBackgroundColor
Declaration
public Color HighlightedBackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
HighlightedFontColor
Gets or sets the HighlightedFontColor
Declaration
public Color HighlightedFontColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |