Class UpDownButtonSettings
UpDownButtonSettings class
Inheritance
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class UpDownButtonSettings : DependencyObject
  Constructors
UpDownButtonSettings()
Initializes a new instance of the UpDownButtonSettings class
Declaration
public UpDownButtonSettings()
  Fields
BackgroundProperty
Using a DependencyProperty as the backing store for ButtonFontIconColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BackgroundProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonFontFamilyProperty
Using a DependencyProperty as the backing store for ButtonFontFamily. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonFontFamilyProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonFontIconColorProperty
Using a DependencyProperty as the backing store for ButtonFontIconColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonFontIconColorProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonFontIconProperty
Using a DependencyProperty as the backing store for ButtonFontIcon. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonFontIconProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonFontSizeProperty
Using a DependencyProperty as the backing store for ButtonFontSize. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonFontSizeProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonHeightProperty
Using a DependencyProperty as the backing store for ButtonHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonHeightProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonImageProperty
Using a DependencyProperty as the backing store for ButtonImage. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonImageProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ButtonWidthProperty
Using a DependencyProperty as the backing store for ButtonWidth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ButtonWidthProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
CustomViewProperty
Using a DependencyProperty as the backing store for CustomView. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CustomViewProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
HighlightedBackgroundProperty
Using a DependencyProperty as the backing store for ButtonFontIconColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HighlightedBackgroundProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
HighlightedForegroundProperty
Using a DependencyProperty as the backing store for ButtonFontIconColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HighlightedForegroundProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
Properties
Background
Gets or sets the value of Button Background color property.
Declaration
public Brush Background { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush | 
ButtonFontFamily
Gets or sets the value of Button family property.
Declaration
public string ButtonFontFamily { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
ButtonFontIcon
Gets or sets the value of Button font icon property.
Declaration
public string ButtonFontIcon { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
ButtonFontIconColor
Gets or sets the value of Button font icon color property.
Declaration
public Brush ButtonFontIconColor { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush | 
ButtonFontSize
Gets or sets the value of Button Font size property.
Declaration
public double ButtonFontSize { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
ButtonHeight
Gets or sets the value of Button height property.
Declaration
public double ButtonHeight { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
ButtonImage
Gets or sets the value of Button image property.
Declaration
public ImageSource ButtonImage { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.ImageSource | 
ButtonWidth
Gets or sets the value of button width property.
Declaration
public double ButtonWidth { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
CustomView
Gets or sets the value of custom view property.
Declaration
public object CustomView { get; set; }
  Property Value
| Type | 
|---|
| System.Object | 
HighlightedBackground
Gets or sets the value of Button HighlightedBackground color property.
Declaration
public Brush HighlightedBackground { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush | 
HighlightedForeground
Gets or sets the value of Button HighlightFontColor color property.
Declaration
public Brush HighlightedForeground { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush |