Android.Animation.PropertyValuesHolder.OfMultiInt Method
Constructs and returns a PropertyValuesHolder with a given property name and set of int[] values.

Syntax

[Android.Runtime.Register("ofMultiInt", "(Ljava/lang/String;[[I)Landroid/animation/PropertyValuesHolder;", "")]
public static PropertyValuesHolder OfMultiInt (string propertyName, int[][] values)

See Also

IntArrayEvaluator(Int32[])

Parameters

propertyName
The name of the property being animated. Can also be the case-sensitive name of the entire setter method. Should not be null.
values
The values that the property will animate between.

Returns

Documentation for this section has not yet been entered.

Remarks

Constructs and returns a PropertyValuesHolder with a given property name and set of int[] values. At least two int[] values must be supplied, a start and end value. If more values are supplied, the values will be animated from the start, through all intermediate values to the end value. When used with ObjectAnimator, the elements of the array represent the parameters of the setter function.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11