Animation.StartOffset Property

Definition

When this animation should start, relative to StartTime -or- When this animation should start relative to the start time.

public virtual long StartOffset { [Android.Runtime.Register("getStartOffset", "()J", "GetGetStartOffsetHandler")] get; [Android.Runtime.Register("setStartOffset", "(J)V", "GetSetStartOffset_JHandler")] set; }
[<get: Android.Runtime.Register("getStartOffset", "()J", "GetGetStartOffsetHandler")>]
[<set: Android.Runtime.Register("setStartOffset", "(J)V", "GetSetStartOffset_JHandler")>]
member this.StartOffset : int64 with get, set

Property Value

the start offset in milliseconds

Attributes

Remarks

Property getter documentation:

When this animation should start, relative to StartTime

Java documentation for android.view.animation.Animation.getStartOffset().

Property setter documentation:

When this animation should start relative to the start time. This is most useful when composing complex animations using an AnimationSet where some of the animations components start at different times.

Java documentation for android.view.animation.Animation.setStartOffset(long).

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