Xamarin.Forms.FileImageSource Members

The members of Xamarin.Forms.FileImageSource are listed below.

See Also: Inherited members from Xamarin.Forms.ImageSource

Public Constructors

Creates a new Xamarin.Forms.FileImageSource object with default values.

Public Fields

static readonly
FilePropertyBindableProperty. Backing store for the FileImageSource.File property.

Public Properties

Filestring. Gets or sets the file from which this Xamarin.Forms.FileImageSource will load an image.

Public Methods

override
Cancel() : System.Threading.Tasks.Task<bool>
Request a cancel of the ImageSource loading.

Protected Methods

override
OnPropertyChanged(string)
Method that is called when the property that is specified by propertyName is changed.

Public Operators

static
Conversion to Xamarin.Forms.FileImageSource(Implicit)Allows implicit casting from a string.
static
Conversion to System.String(Implicit)Allows implicit casting to a string.