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