ProgressBar.IsAnimating Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.