Android.Views.View.GetX Method
The visual x position of this view, in pixels.

Syntax

[Android.Runtime.Register("getX", "()F", "GetGetXHandler")]
public virtual float GetX ()

Returns

Documentation for this section has not yet been entered.

Remarks

The visual x position of this view, in pixels. This is equivalent to the View.TranslationX property plus the current View.Left property.

[Android Documentation]

Requirements

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