3 implementations of IsAnimationPlaying
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
436
bool IImageElement.
IsAnimationPlaying
=> false;
Image\Image.cs (1)
60
public bool
IsAnimationPlaying
ImageButton\ImageButton.cs (1)
233
bool IImageElement.
IsAnimationPlaying
1 reference to IsAnimationPlaying
Microsoft.Maui.Controls (1)
ImageElement.cs (1)
24
internal static readonly BindableProperty IsAnimationPlayingProperty = BindableProperty.Create(nameof(IImageElement.
IsAnimationPlaying
), typeof(bool), typeof(IImageElement), false);