ViewPropertyAnimator.Alpha(Single) Method

Definition

This method will cause the View's alpha property to be animated to the specified value.

[Android.Runtime.Register("alpha", "(F)Landroid/view/ViewPropertyAnimator;", "GetAlpha_FHandler")]
public virtual Android.Views.ViewPropertyAnimator Alpha (float value);
[<Android.Runtime.Register("alpha", "(F)Landroid/view/ViewPropertyAnimator;", "GetAlpha_FHandler")>]
abstract member Alpha : single -> Android.Views.ViewPropertyAnimator
override this.Alpha : single -> Android.Views.ViewPropertyAnimator

Parameters

value
Single

The value to be animated to.

Returns

This object, allowing calls to methods in this class to be chained.

Attributes

Remarks

This method will cause the View's alpha property to be animated to the specified value. Animations already running on the property will be canceled.

Java documentation for android.view.ViewPropertyAnimator.alpha(float).

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.

Applies to

See also