Animator.StartDelay Property

Definition

The amount of time, in milliseconds, to delay processing the animation after Start() is called.

public abstract long StartDelay { [Android.Runtime.Register("getStartDelay", "()J", "GetGetStartDelayHandler")] get; [Android.Runtime.Register("setStartDelay", "(J)V", "GetSetStartDelay_JHandler")] set; }
[<get: Android.Runtime.Register("getStartDelay", "()J", "GetGetStartDelayHandler")>]
[<set: Android.Runtime.Register("setStartDelay", "(J)V", "GetSetStartDelay_JHandler")>]
member this.StartDelay : int64 with get, set

Property Value

Attributes

Remarks

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