ProgressBar.IsAnimating Property

Definition

Returns whether the ProgressBar is animating or not.

public virtual bool IsAnimating { [Android.Runtime.Register("isAnimating", "()Z", "GetIsAnimatingHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isAnimating", "()Z", "GetIsAnimatingHandler", ApiSince=26)>]
member this.IsAnimating : bool

Property Value

true if the ProgressBar is animating, false otherwise.

Attributes

Remarks

Returns whether the ProgressBar is animating or not. This is essentially the same as whether the ProgressBar is #isIndeterminate() indeterminate and visible, as indeterminate ProgressBars are always animating, and non-indeterminate ProgressBars are not animating.

Java documentation for android.widget.ProgressBar.isAnimating().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to