ValueAnimator.OfPropertyValuesHolder(PropertyValuesHolder[]) 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.
Constructs and returns a ValueAnimator that animates between the values specified in the PropertyValuesHolder objects.
[Android.Runtime.Register("ofPropertyValuesHolder", "([Landroid/animation/PropertyValuesHolder;)Landroid/animation/ValueAnimator;", "")]
public static Android.Animation.ValueAnimator? OfPropertyValuesHolder (params Android.Animation.PropertyValuesHolder[]? values);
[<Android.Runtime.Register("ofPropertyValuesHolder", "([Landroid/animation/PropertyValuesHolder;)Landroid/animation/ValueAnimator;", "")>]
static member OfPropertyValuesHolder : Android.Animation.PropertyValuesHolder[] -> Android.Animation.ValueAnimator
Parameters
- values
- PropertyValuesHolder[]
A set of PropertyValuesHolder objects whose values will be animated between over time.
Returns
A ValueAnimator object that is set up to animate between the given values.
- Attributes
Remarks
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.