The members of Xamarin.Forms.Image are listed below.
See Also: Inherited members from Xamarin.Forms.View
Image() | Initializes a new instance of the Image class. |
static readonly | AspectProperty | BindableProperty. Identifies the Aspect bindable property. |
static readonly | IsLoadingProperty | BindableProperty. Identifies the IsLoading bindable property. |
static readonly | IsOpaqueProperty | BindableProperty. Identifies the IsOpaque bindable property. |
static readonly | SourceProperty | BindableProperty. Identifies the Source bindable property. |
| Aspect | Aspect. Gets or sets the scaling mode for the image. This is a bindable property. | |
| [read-only] | IsLoading | bool. Gets the loading status of the image. This is a bindable property. |
| IsOpaque | bool. Gets or sets the opacity flag for the image. This is a bindable property. | |
| Source | ImageSource. Gets or sets the source of the image. This is a bindable property. |
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)Invoked when the layotu cycle request the element desired size. | |