Button.Image Property

Definition

Caution

Image is obsolete as of 4.0.0. Please use ImageSource instead.

Gets or sets the optional image source to display next to the text in the Button. This is a bindable property.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Image is obsolete as of 4.0.0. Please use ImageSource instead.")]
public Xamarin.Forms.FileImageSource Image { get; set; }
member this.Image : Xamarin.Forms.FileImageSource with get, set

Property Value

Attributes

Applies to