Xamarin.Android

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

    Show / Hide Table of Contents

    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 Description
    Android.Graphics.Color

    ButtonFontColor

    Gets or sets the value of Button font Color

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

    ButtonFontFamily

    Gets or sets the vaalue of Button font Family

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

    ButtonFontIcon

    Gets or sets the value of Button Font Icon

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

    ButtonFontSize

    Gets or sets the value of ButtonFontSize

    Declaration
    public double ButtonFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    ButtonHeight

    Gets or sets the value of Button height

    Declaration
    public double ButtonHeight { get; set; }
    Property Value
    Type Description
    System.Double

    ButtonImage

    Gets or sets the value of ButtonImage

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

    ButtonView

    Gets or sets the value of ButtonView

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

    ButtonWidth

    Gets or sets the value of ButtonWidth

    Declaration
    public double ButtonWidth { 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

    HighlightedFontColor

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

    Declaration
    public Color HighlightedFontColor { get; set; }
    Property Value
    Type Description
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved