Android.Views.ViewPropertyAnimator.TranslationY Method
This method will cause the View's translationY property to be animated to the specified value.

Syntax

[Android.Runtime.Register("translationY", "(F)Landroid/view/ViewPropertyAnimator;", "GetTranslationY_FHandler")]
public virtual ViewPropertyAnimator TranslationY (float value)

See Also

View.TranslationY

Parameters

value
The value to be animated to.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

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