PropertyValuesHolder.SetObjectValues(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the animated values for this object to this set of Objects.
[Android.Runtime.Register("setObjectValues", "([Ljava/lang/Object;)V", "GetSetObjectValues_arrayLjava_lang_Object_Handler")]
public virtual void SetObjectValues (params Java.Lang.Object[]? values);
[<Android.Runtime.Register("setObjectValues", "([Ljava/lang/Object;)V", "GetSetObjectValues_arrayLjava_lang_Object_Handler")>]
abstract member SetObjectValues : Java.Lang.Object[] -> unit
override this.SetObjectValues : Java.Lang.Object[] -> unit
Parameters
- values
- Object[]
One or more values that the animation will animate between.
- Attributes
Remarks
Java documentation for android.animation.PropertyValuesHolder.setObjectValues(java.lang.Object)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.