Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
If fillBefore is true, this animation will apply its transformation
before the start time of the animation. If fillBefore is false and
Animation.FillEnabled is true, the transformation will not be applied until
the start time of the animation.
Set method documentation [Android Documentation]
If fillBefore is true, this animation will apply its transformation
before the start time of the animation. Defaults to true if
Animation.FillEnabled is not set to true.
Note that this applies when using an Android.Views.Animations.AnimationSet to chain
animations. The transformation is not applied before the AnimationSet
itself starts.