Image.Source Property

Definition

Gets or sets the source of the image. This is a bindable property.

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ImageSourceConverter))]
public Xamarin.Forms.ImageSource Source { get; set; }
member this.Source : Xamarin.Forms.ImageSource with get, set

Property Value

An ImageSource representing the image source. Default is null.

Attributes

Applies to