The members of Xamarin.Forms.Button are listed below.
See Also: Inherited members from Xamarin.Forms.View
Button() | Initializes a new instance of the Button class. |
static readonly | BorderColorProperty | BindableProperty. Backing store for the BorderColor bindable property. |
static readonly | BorderRadiusProperty | BindableProperty. Backing store for the BorderRadius bindable property. |
static readonly | BorderWidthProperty | BindableProperty. Backing store for the BorderWidth bindable property. |
static readonly | CommandParameterProperty | BindableProperty. Backing store for the CommandParameter bindable property. |
static readonly | CommandProperty | BindableProperty. Backing store for the Command bindable property. |
static readonly | FontAttributesProperty | BindableProperty. Backing store for the FontAttributes property. |
static readonly | FontFamilyProperty | BindableProperty. Backing store for the FontFamily property. |
static readonly | FontProperty | BindableProperty. Backing store for the Font bindable property. |
static readonly | FontSizeProperty | BindableProperty. Backing store for the FontSize property. |
static readonly | ImageProperty | BindableProperty. Backing store for the Image bindable property. |
static readonly | TextColorProperty | BindableProperty. Backing store for the TextColor bindable property. |
static readonly | TextProperty | BindableProperty. Backing store for the Text bindable property. |
| BorderColor | Color. Gets or sets a color that describes the border stroke color of the button. This is a bindable property. | |
| BorderRadius | int. Gets or sets the corner radius of the border. This is a bindable property. | |
| BorderWidth | double. Gets or sets the width of the border. This is a bindable property. | |
| Command | System.Windows.Input.ICommand. Gets or sets the command to invoke when the button is activated. This is a bindable property. | |
| CommandParameter | object. Gets or sets the parameter to pass to the Command property. This is a bindable property. | |
| Font | Font. Gets or sets the Font for the Label text. This is a bindable property. | |
| FontAttributes | FontAttributes. Gets a value that indicates whether the font for the button text is bold, italic, or neither. | |
| FontFamily | string. Gets the font family to which the font for the button text belongs. | |
| FontSize | double. Gets or sets the size of the font of the button text. | |
| Image | FileImageSource. Gets or sets the optional image source to display next to the text in the Button. This is a bindable property. | |
| Text | string. Gets or sets the Text displayed as the content of the button. This is a bindable property. | |
| TextColor | Color. Gets or sets the Xamarin.Forms.Color for the text of the button. This is a bindable property. |
override | OnBindingContextChanged()Overriden | |
override | OnPropertyChanging(string)Call this method from a child class to notify that a change happened on a property. | |
| Clicked | Occurs when the Button is clicked. |
| Xamarin.Forms.IButtonController.SendClicked | Sends a click event. |