Android.Views.ViewPropertyAnimator.Start Method
Starts the currently pending property animations immediately.

Syntax

[Android.Runtime.Register("start", "()V", "GetStartHandler")]
public virtual void Start ()

Remarks

Starts the currently pending property animations immediately. Calling start() is optional because all animations start automatically at the next opportunity. However, if the animations are needed to start immediately and synchronously (not at the time when the next event is processed by the hierarchy, which is when the animations would begin otherwise), then this method can be used.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14