Image.Source 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.
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