Android.Views.Animations.Animation.FillEnabled Property
If fillEnabled is true, this animation will apply the value of fillBefore.

Syntax

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

See Also

Animation.FillBefore
Animation.FillAfter

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android 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.

Requirements

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