Android.Views.View.Rotation Property
The degrees that the view is rotated around the pivot point.

Syntax

[get: Android.Runtime.Register("getRotation", "()F", "GetGetRotationHandler")]
[set: Android.Runtime.Register("setRotation", "(F)V", "GetSetRotation_FHandler")]
public virtual float Rotation { get; set; }

See Also

View.Rotation
View.PivotX
View.PivotY
View.Rotation
View.PivotX
View.PivotY
View.RotationX
View.RotationY

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 pivot point.

Set method documentation [Android Documentation]

Sets the degrees that the view is rotated around the pivot point. Increasing values result in clockwise rotation.

Requirements

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