Xamarin.Forms.Image Members

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

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

Initializes a new instance of the Image class.

Public Fields

static readonly
AspectPropertyBindableProperty. Identifies the Aspect bindable property.
static readonly
IsLoadingPropertyBindableProperty. Identifies the IsLoading bindable property.
static readonly
IsOpaquePropertyBindableProperty. Identifies the IsOpaque bindable property.
static readonly
SourcePropertyBindableProperty. Identifies the Source bindable property.

Public Properties

AspectAspect. Gets or sets the scaling mode for the image. This is a bindable property.
[read-only]
IsLoadingbool. Gets the loading status of the image. This is a bindable property.
IsOpaquebool. Gets or sets the opacity flag for the image. This is a bindable property.
SourceImageSource. Gets or sets the source of the image. This is a bindable property.

Protected Methods

override
OnBindingContextChanged()
Invoked when the BindingContext changes.
override
OnPropertyChanged(string)
Invoked when a property has changed.
override
OnPropertyChanging(string)
Invoked when a property will change.
override
OnSizeRequest(double, double) : SizeRequest
Invoked when the layotu cycle request the element desired size.