Android.Animation.PropertyValuesHolder Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

PropertyNamestring. Gets the name of the property that will be animated.

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

Clone() : PropertyValuesHolder
Creates and returns a copy of this Object.
static
OfFloat(Android.Util.Property, params float[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfFloat(string, params float[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfInt(Android.Util.Property, params int[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfInt(string, params int[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfKeyframe(Android.Util.Property, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfKeyframe(string, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiFloat(string, Android.Graphics.Path) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-float setter.
static
OfMultiFloat(string, float[][]) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of float[] values.
static
OfMultiFloat(string, TypeConverter, ITypeEvaluator, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiFloat(string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiInt(string, Android.Graphics.Path) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-int setter.
static
OfMultiInt(string, int[][]) : PropertyValuesHolder
Constructs and returns a PropertyValuesHolder with a given property name and set of int[] values.
static
OfMultiInt(string, TypeConverter, ITypeEvaluator, params Keyframe[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfMultiInt(string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(Android.Util.Property, TypeConverter, Android.Graphics.Path) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(string, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(string, TypeConverter, Android.Graphics.Path) : PropertyValuesHolder
Documentation for this section has not yet been entered.
static
OfObject(Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[]) : PropertyValuesHolder
Documentation for this section has not yet been entered.
SetConverter(TypeConverter)
Sets the converter to convert from the values type to the setter's parameter type.
SetEvaluator(ITypeEvaluator)
The TypeEvaluator will be automatically determined based on the type of values supplied to PropertyValuesHolder.
SetFloatValues(params float[])
Documentation for this section has not yet been entered.
SetIntValues(params int[])
Documentation for this section has not yet been entered.
SetKeyframes(params Keyframe[])
Documentation for this section has not yet been entered.
SetObjectValues(params Java.Lang.Object[])
Documentation for this section has not yet been entered.
SetProperty(Android.Util.Property)
Sets the property that will be animated.