Android.Views.Animations.Animation.FillAfter Property
If fillAfter is true, this animation will apply its transformation after the end time of the animation.

Syntax

[get: Android.Runtime.Register("getFillAfter", "()Z", "GetGetFillAfterHandler")]
[set: Android.Runtime.Register("setFillAfter", "(Z)V", "GetSetFillAfter_ZHandler")]
public virtual bool FillAfter { get; set; }

See Also

Animation.FillEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

If fillAfter is true, this animation will apply its transformation after the end time of the animation.

Set method documentation [Android Documentation]

If fillAfter is true, the transformation that this animation performed will persist when it is finished. Defaults to false if not set. Note that this applies to individual animations and when using an Android.Views.Animations.AnimationSet to chain animations.

Requirements

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