Animation.FillEnabled Property

Definition

If fillEnabled is true, this animation will apply the value of fillBefore. -or- If fillEnabled is true, the animation will apply the value of fillBefore.

public virtual bool FillEnabled { [Android.Runtime.Register("isFillEnabled", "()Z", "GetIsFillEnabledHandler")] get; [Android.Runtime.Register("setFillEnabled", "(Z)V", "GetSetFillEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isFillEnabled", "()Z", "GetIsFillEnabledHandler")>]
[<set: Android.Runtime.Register("setFillEnabled", "(Z)V", "GetSetFillEnabled_ZHandler")>]
member this.FillEnabled : bool with get, set

Property Value

true if the animation will take fillBefore into account

Attributes

Remarks

Property getter documentation:

If fillEnabled is true, this animation will apply the value of fillBefore.

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

Property setter documentation:

If fillEnabled is true, the animation will apply the value of fillBefore. Otherwise, fillBefore is ignored and the animation transformation is always applied until the animation ends.

Java documentation for android.view.animation.Animation.setFillEnabled(boolean).

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

See also