Android.Animation.PropertyValuesHolder.OfMultiFloat Method
Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-float setter.

Syntax

[Android.Runtime.Register("ofMultiFloat", "(Ljava/lang/String;Landroid/graphics/Path;)Landroid/animation/PropertyValuesHolder;", "")]
public static PropertyValuesHolder OfMultiFloat (string propertyName, Android.Graphics.Path path)

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. The setter must take exactly two float parameters.
path
The Path along which the values should be animated.

Returns

Documentation for this section has not yet been entered.

Remarks

Constructs and returns a PropertyValuesHolder with a given property name to use as a multi-float setter. The values are animated along the path, with the first parameter of the setter set to the x coordinate and the second set to the y coordinate.

[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