Android.Views.ViewPropertyAnimator.SetStartDelay Method
Sets the startDelay for the underlying animator that animates the requested properties.

Syntax

[Android.Runtime.Register("setStartDelay", "(J)Landroid/view/ViewPropertyAnimator;", "GetSetStartDelay_JHandler")]
public virtual ViewPropertyAnimator SetStartDelay (long startDelay)

Parameters

startDelay
The delay of ensuing property animations, in milliseconds. The value cannot be negative.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the startDelay for the underlying animator that animates the requested properties. By default, the animator uses the default value for ValueAnimator. Calling this method will cause the declared value to be used instead.

[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