The members of Android.Animation.PropertyValuesHolder are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
PropertyName | string. Gets the name of the property that will be animated. |
[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. |
Clone()Creates and returns a copy of this Object. | ||
static | OfFloat(Android.Util.Property, params float[])Documentation for this section has not yet been entered. | |
static | OfFloat(string, params float[])Documentation for this section has not yet been entered. | |
static | OfInt(Android.Util.Property, params int[])Documentation for this section has not yet been entered. | |
static | OfInt(string, params int[])Documentation for this section has not yet been entered. | |
static | OfKeyframe(Android.Util.Property, params Keyframe[])Documentation for this section has not yet been entered. | |
static | OfKeyframe(string, params Keyframe[])Documentation for this section has not yet been entered. | |
static | OfMultiFloat(string, Android.Graphics.Path)Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-float setter. | |
static | OfMultiFloat(string, float[][])Constructs and returns a PropertyValuesHolder with a given property name and set of float[] values. | |
static | OfMultiFloat(string, TypeConverter, ITypeEvaluator, params Keyframe[])Documentation for this section has not yet been entered. | |
static | OfMultiFloat(string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfMultiInt(string, Android.Graphics.Path)Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-int setter. | |
static | OfMultiInt(string, int[][])Constructs and returns a PropertyValuesHolder with a given property name and set of int[] values. | |
static | OfMultiInt(string, TypeConverter, ITypeEvaluator, params Keyframe[])Documentation for this section has not yet been entered. | |
static | OfMultiInt(string, TypeConverter, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(Android.Util.Property, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(Android.Util.Property, TypeConverter, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfObject(string, ITypeEvaluator, params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | OfObject(string, TypeConverter, Android.Graphics.Path)Documentation for this section has not yet been entered. | |
static | OfObject(Android.Util.Property, TypeConverter, ITypeEvaluator, params Java.Lang.Object[])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. |