Android.Animation.AnimatorSet.StartDelay Property
The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.

Syntax

[get: Android.Runtime.Register("getStartDelay", "()J", "GetGetStartDelayHandler")]
[set: Android.Runtime.Register("setStartDelay", "(J)V", "GetSetStartDelay_JHandler")]
public override long StartDelay { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.

Set method documentation [Android Documentation]

The amount of time, in milliseconds, to delay starting the animation after AnimatorSet.start() is called.

Requirements

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