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.Element Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ImageSourceConverter)) Abstract class whose implementors load images from files or the Web. To be added. Constructor 2.0.0.0 To be added. To be added. 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.Threading.Tasks.Task<System.Boolean> Request a cancel of the ImageSource loading. An awaitable Task. The result of the Task indicates if the Task was successfully cancelled. Calling Cancel() multiple times will throw an exception. 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.Threading.CancellationTokenSource Gets the CancellationTokenSource. Used by inheritors to implement cancellable loads. 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 Xamarin.Forms.ImageSource The name of a file that contains a valid image. Returns a new that reads from . To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 Xamarin.Forms.ImageSource A string representing the id of the EmbeddedResource to load. Creates an ImageSource for an EmbeddedResource included in the Assembly from which the call to FromResource is made. A newly created ImageSource. Method 1.5.0.0 2.0.0.0 Xamarin.Forms.ImageSource The name of a valid image resource in . The source assembly in which to search for the image. Creates a from the specified resource in the specified source assembly. To be added. To be added. Method 1.5.0.0 2.0.0.0 Xamarin.Forms.ImageSource The name of a valid image resource in the assembly to which belongs. A type from the assembly in which to look up the image resource with . Creates a from the specified resource in the specified source assembly. To be added. To be added. 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 Xamarin.Forms.ImageSource A stream that supplies image data. Returns a new that reads from . To be added. To be added. 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 Xamarin.Forms.ImageSource A URI that identifies a valid image. Returns a new that reads from . To be added. To be added. 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 A bool indicating if the source was cancelled. Called by inheritors to indicate the end of the loading of the source. OnLoadingCompleted should follow a OnLoadingStarted. 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 Called by inheritors to indicate the beginning of a loading operation. OnLoadingCompleted should follow a OnLoadingStarted. 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 Called by inheritors to indicate that the source changed.. To be added. 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 Xamarin.Forms.ImageSource A string that represents an image location. Allows implicit casting from a string that represents an absolute URI. To be added. To be added. 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 Xamarin.Forms.ImageSource A absolute URI that specifies an image location. Allows implicit casting from objects that were created with an absolute URI. To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 Xamarin.Forms.Element Gets or sets the element to which this object belongs. To be added. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 System.WeakReference<Xamarin.Forms.Element> Gets or sets a weak reference to the parent of this object. To be added. To be added.