Android.Views.Animations.Animation.StartOffset Property
When this animation should start, relative to StartTime

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

When this animation should start, relative to StartTime

Set method documentation [Android Documentation]

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

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1