Android.Resource.Attribute.FillBefore Field
When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started.

Value: 16843196

Syntax

[Android.Runtime.Register("fillBefore")]
public const int FillBefore

Remarks

When set to true or when fillEnabled is not set to true, the animation transformation is applied before the animation has started. The default value is true.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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