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

Syntax

[get: Android.Runtime.Register("getRotationX", "()F", "GetGetRotationXHandler")]
[set: Android.Runtime.Register("setRotationX", "(F)V", "GetSetRotationX_FHandler")]
public virtual float RotationX { get; set; }

See Also

View.PivotX
View.PivotY
View.RotationX
View.RotationX
View.PivotX
View.PivotY
View.Rotation
View.RotationY
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 horizontal axis through the pivot point.

Set method documentation [Android Documentation]

Sets the degrees that the view is rotated around the horizontal axis through the pivot point. Increasing values result in clockwise rotation from the viewpoint of looking down the x 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