View.ClearAnimation Method

Definition

Cancels any animations for this view.

[Android.Runtime.Register("clearAnimation", "()V", "GetClearAnimationHandler")]
public virtual void ClearAnimation ();
[<Android.Runtime.Register("clearAnimation", "()V", "GetClearAnimationHandler")>]
abstract member ClearAnimation : unit -> unit
override this.ClearAnimation : unit -> unit
Attributes

Remarks

Cancels any animations for this view.

Java documentation for android.view.View.clearAnimation().

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