Android.Views.View.RotationY Property
The degrees that the view is rotated around the vertical axis through the pivot point.

Syntax

[get: Android.Runtime.Register("getRotationY", "()F", "GetGetRotationYHandler")]
[set: Android.Runtime.Register("setRotationY", "(F)V", "GetSetRotationY_FHandler")]
public virtual float RotationY { get; set; }

See Also

View.PivotX
View.PivotY
View.RotationY
View.RotationY
View.PivotX
View.PivotY
View.Rotation
View.RotationX
View.SetCameraDistance(float)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The degrees that the view is rotated around the vertical axis through the pivot point.

Set method documentation [Android Documentation]

Sets the degrees that the view is rotated around the vertical axis through the pivot point. Increasing values result in counter-clockwise rotation from the viewpoint of looking down the y axis. When rotating large views, it is recommended to adjust the camera distance accordingly. Refer to View.SetCameraDistance(float) for more information.

Requirements

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