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