Android.Views.ViewPropertyAnimator.RotationXBy Method
This method will cause the View's rotationX property to be animated by the specified value.

Syntax

[Android.Runtime.Register("rotationXBy", "(F)Landroid/view/ViewPropertyAnimator;", "GetRotationXBy_FHandler")]
public virtual ViewPropertyAnimator RotationXBy (float value)

See Also

View.RotationX

Parameters

value
The amount to be animated by, as an offset from the current value.

Returns

Documentation for this section has not yet been entered.

Remarks

This method will cause the View's rotationX property to be animated by 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