The members of Android.Animation.ObjectAnimator are listed below.
See Also: Inherited members from Android.Animation.ValueAnimator
Creates a new ObjectAnimator object. |
PropertyName | string. Gets the name of the property that will be animated. | |
[read-only] | Target | Java.Lang.Object. The target object whose property will be animated by this animation |
[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. |
static | OfArgb(Java.Lang.Object, Android.Util.Property, params int[])Documentation for this section has not yet been entered. | |
static | OfArgb(Java.Lang.Object, string, params int[])Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, Android.Util.Property, params float[])Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, string, params float[])Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfFloat(Java.Lang.Object, string, string, Android.Graphics.Path)Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties. | |
static | OfInt(Java.Lang.Object, Android.Util.Property, params int[])Documentation for this section has not yet been entered. | |
static | OfInt(Java.Lang.Object, string, params int[])Documentation for this section has not yet been entered. | |
static | OfInt(Java.Lang.Object, Android.Util.Property, Android.Util.Property, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfInt(Java.Lang.Object, string, string, Android.Graphics.Path)Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties. | |
static | OfMultiFloat(Java.Lang.Object, string, Android.Graphics.Path)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[][])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[])Documentation for this section has not yet been entered. | |
static | OfMultiInt(Java.Lang.Object, string, Android.Graphics.Path)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[][])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[])Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, string, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, string, TypeConverter, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfObject(Java.Lang.Object, Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfPropertyValuesHolder(Java.Lang.Object, params PropertyValuesHolder[])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. |