Android.Animation.ObjectAnimator Members

The members of Android.Animation.ObjectAnimator are listed below.

See Also: Inherited members from Android.Animation.ValueAnimator

Public Constructors

Creates a new ObjectAnimator object.

Public Properties

PropertyNamestring. Gets the name of the property that will be animated.
[read-only]
TargetJava.Lang.Object. The target object whose property will be animated by this animation

Protected Properties

[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.

Public Methods

static
OfArgb(Java.Lang.Object, Android.Util.Property, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfArgb(Java.Lang.Object, string, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, Android.Util.Property, params float[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, string, params float[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfFloat(Java.Lang.Object, string, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
static
OfInt(Java.Lang.Object, Android.Util.Property, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfInt(Java.Lang.Object, string, params int[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfInt(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfInt(Java.Lang.Object, string, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
static
OfMultiFloat(Java.Lang.Object, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates the target using a multi-float setter along the given Path.
static
OfMultiFloat(Java.Lang.Object, string, float[][]) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates over float values for a multiple parameters setter.
static
OfMultiFloat(Java.Lang.Object, string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfMultiInt(Java.Lang.Object, string, Android.Graphics.Path) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates the target using a multi-int setter along the given Path.
static
OfMultiInt(Java.Lang.Object, string, int[][]) : ObjectAnimator
Constructs and returns an ObjectAnimator that animates over int values for a multiple parameters setter.
static
OfMultiInt(Java.Lang.Object, string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, string, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, string, TypeConverter, Android.Graphics.Path) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : ObjectAnimator
Documentation for this section has not yet been entered.
static
OfPropertyValuesHolder(Java.Lang.Object, params PropertyValuesHolder[]) : ObjectAnimator
Documentation for this section has not yet been entered.
SetAutoCancel(bool)
autoCancel controls whether an ObjectAnimator will be canceled automatically when any other ObjectAnimator with the same target and properties is started.
SetProperty(Android.Util.Property)
Sets the property that will be animated.