Android.Views.View.PivotX Property
The x location of the point around which the view is View.Rotation and View.ScaleX.

Syntax

[get: Android.Runtime.Register("getPivotX", "()F", "GetGetPivotXHandler")]
[set: Android.Runtime.Register("setPivotX", "(F)V", "GetSetPivotX_FHandler")]
public virtual float PivotX { get; set; }

See Also

View.Rotation
View.ScaleX
View.ScaleY
View.PivotY
View.Rotation
View.ScaleX
View.ScaleY
View.PivotY

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The x location of the point around which the view is View.Rotation and View.ScaleX.

Set method documentation [Android Documentation]

Sets the x location of the point around which the view is View.Rotation and View.ScaleX. By default, the pivot point is centered on the object. Setting this property disables this behavior and causes the view to use only the explicitly set pivotX and pivotY values.

Requirements

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