PropertyValuesHolder.SetProperty(Property) 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.
Sets the property that will be animated.
[Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "GetSetProperty_Landroid_util_Property_Handler")]
public virtual void SetProperty (Android.Util.Property? property);
[<Android.Runtime.Register("setProperty", "(Landroid/util/Property;)V", "GetSetProperty_Landroid_util_Property_Handler")>]
abstract member SetProperty : Android.Util.Property -> unit
override this.SetProperty : Android.Util.Property -> unit
Parameters
- property
- Property
The property being animated.
- Attributes
Remarks
Sets the property that will be animated.
Note that if this PropertyValuesHolder object is used with ObjectAnimator, the property must exist on the target object specified in that ObjectAnimator.
Java documentation for android.animation.PropertyValuesHolder.setProperty(android.util.Property)
.
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.