Animation.StartOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.