Implemented interface member:
property
IsLoading
Microsoft.Maui.Controls.IImageElement.IsLoading
2 writes to IsLoading
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
94
IsLoading
= isLoading;
105
IsLoading
= isLoading;
2 references to IsLoading
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
19
internal static readonly BindablePropertyKey IsLoadingPropertyKey = BindableProperty.CreateReadOnly(nameof(
IsLoading
), typeof(bool), typeof(Image), default(bool));
21
/// <summary>Bindable property for <see cref="
IsLoading
"/>.</summary>