Share via


UIImageView.IsAnimating Property

Definition

Whether the animation is running or not.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsAnimating { [Foundation.Export("isAnimating")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isAnimating")>]
member this.IsAnimating : bool

Property Value

true if the animation is running, otherwise false.

Attributes

Applies to