The properties of Android.Views.Animations.Animation are listed below. For a list of all members, see the Animation Members list.
See Also: Inherited members from Java.Lang.Object
BackgroundColor | Android.Graphics.Color. Returns the background color behind the animation. | |
DetachWallpaper | bool. Return value of Animation.DetachWallpaper. | |
Duration | long. How long this animation should last | |
FillAfter | bool. If fillAfter is true, this animation will apply its transformation after the end time of the animation. | |
FillBefore | bool. If fillBefore is true, this animation will apply its transformation before the start time of the animation. | |
FillEnabled | bool. If fillEnabled is true, this animation will apply the value of fillBefore. | |
[read-only] | HasEnded | bool. |
[read-only] | HasStarted | bool. |
Interpolator | Android.Views.Animations.IInterpolator. Gets the acceleration curve type for this animation. | |
[read-only] | IsInitialized | bool. Whether or not the animation has been initialized. |
RepeatCount | int. Defines how many times the animation should repeat. | |
RepeatMode | Android.Views.Animations.RepeatMode. Defines what this animation should do when it reaches the end. | |
StartOffset | long. When this animation should start, relative to StartTime | |
StartTime | long. When this animation should start. | |
ZAdjustment | Android.Views.Animations.ContentZorder. Returns the Z ordering mode to use while running the animation as previously set by Animation.ZAdjustment. |
[read-only] | ScaleFactor | float. The scale factor is set by the call to getTransformation. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |