Android.Views.ViewPropertyAnimator.StartDelay Property
Returns the current startDelay of property animations.

Syntax

[get: Android.Runtime.Register("getStartDelay", "()J", "GetGetStartDelayHandler")]
public virtual long StartDelay { get; }

See Also

ViewPropertyAnimator.SetStartDelay(long)

Value

Documentation for this section has not yet been entered.

Remarks

Returns the current startDelay of property animations. If the startDelay was set on this object, that value is returned. Otherwise, the default value of the underlying Animator is returned.

[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