Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
When this animation should start. If the animation has not startet yet,
this method might return Animation.StartOnFirstFrame.
Set method documentation [Android Documentation]
When this animation should start. When the start time is set to
Animation.StartOnFirstFrame, the animation will start the first time
Animation.GetTransformation(long, Android.Views.Animations.Transformation) is invoked. The time passed
to this method should be obtained by calling
AnimationUtils.CurrentAnimationTimeMillis instead of
Java.Lang.JavaSystem.CurrentTimeMillis.