Button.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute