Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Xamarin.Forms.IImageController Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._ImageRenderer)) that holds an image. The following example creates a new image from a file The FormsGallery sample, which can be found on the Sample Applications page, has a ImageDemoPage.cs file. This file contains a longer and more complicated example. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the Image class. The following example creates a new image from a file Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Aspect Gets or sets the scaling mode for the image. This is a bindable property. A representing the scaling mode of the image. Default is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Aspect bindable property. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets the loading status of the image. This is a bindable property. A indicating if the image is loadin. Default is false. The following example illustrates running a to indicate that the image is loading: Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the IsLoading bindable property. This bindable property is readonly. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Gets or sets the opacity flag for the image. This is a bindable property. A indicating the value for the property. Default is false. If true, you'll be able to see through transparent parts of the image. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the IsOpaque bindable property. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void Invoked when the BindingContext changes. Overriden for Image. Method 1.0.0.0 1.1.0.0 1.2.0.0 System.Void The name of the property. Invoked when a property has changed. Overriden for Image. Method 1.0.0.0 1.1.0.0 1.2.0.0 System.Void The name of the property. Invoked when a property will change. Overriden for Image. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Use OnMeasure") Xamarin.Forms.SizeRequest The available width. The available height. Invoked when the layotu cycle request the element desired size. Overriden for Image. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ImageSourceConverter)) Xamarin.Forms.ImageSource Gets or sets the source of the image. This is a bindable property. An representing the image source. Default is null. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Source bindable property. Method 2.0.0.0 System.Void To be added. To be added. To be added.