Android.Views.Animations.Animation: Property Members

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

Public Properties

BackgroundColorAndroid.Graphics.Color. Returns the background color behind the animation.
DetachWallpaperbool. Return value of Animation.DetachWallpaper.
Durationlong. How long this animation should last
FillAfterbool. If fillAfter is true, this animation will apply its transformation after the end time of the animation.
FillBeforebool. If fillBefore is true, this animation will apply its transformation before the start time of the animation.
FillEnabledbool. If fillEnabled is true, this animation will apply the value of fillBefore.
[read-only]
HasEndedbool.
[read-only]
HasStartedbool.
InterpolatorAndroid.Views.Animations.IInterpolator. Gets the acceleration curve type for this animation.
[read-only]
IsInitializedbool. Whether or not the animation has been initialized.
RepeatCountint. Defines how many times the animation should repeat.
RepeatModeAndroid.Views.Animations.RepeatMode. Defines what this animation should do when it reaches the end.
StartOffsetlong. When this animation should start, relative to StartTime
StartTimelong. When this animation should start.
ZAdjustmentAndroid.Views.Animations.ContentZorder. Returns the Z ordering mode to use while running the animation as previously set by Animation.ZAdjustment.

Protected Properties

[read-only]
ScaleFactorfloat. The scale factor is set by the call to getTransformation.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.