Xamarin.Forms.Button: Property Members

The properties of Xamarin.Forms.Button are listed below. For a list of all members, see the Button Members list.

See Also: Inherited members from Xamarin.Forms.View

Public Properties

BorderColorColor. Gets or sets a color that describes the border stroke color of the button. This is a bindable property.
BorderRadiusint. Gets or sets the corner radius of the border. This is a bindable property.
BorderWidthdouble. Gets or sets the width of the border. This is a bindable property.
CommandSystem.Windows.Input.ICommand. Gets or sets the command to invoke when the button is activated. This is a bindable property.
CommandParameterobject. Gets or sets the parameter to pass to the Command property. This is a bindable property.
FontFont. Gets or sets the Font for the Label text. This is a bindable property.
FontAttributesFontAttributes. Gets a value that indicates whether the font for the button text is bold, italic, or neither.
FontFamilystring. Gets the font family to which the font for the button text belongs.
FontSizedouble. Gets or sets the size of the font of the button text.
ImageFileImageSource. Gets or sets the optional image source to display next to the text in the Button. This is a bindable property.
Textstring. Gets or sets the Text displayed as the content of the button. This is a bindable property.
TextColorColor. Gets or sets the Xamarin.Forms.Color for the text of the button. This is a bindable property.