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