View.GetX Method

Definition

The visual x position of this view, in pixels.

[Android.Runtime.Register("getX", "()F", "GetGetXHandler")]
public virtual float GetX ();
[<Android.Runtime.Register("getX", "()F", "GetGetXHandler")>]
abstract member GetX : unit -> single
override this.GetX : unit -> single

Returns

The visual x position of this view, in pixels.

Attributes

Remarks

The visual x position of this view, in pixels. This is equivalent to the #setTranslationX(float) translationX property plus the current #getLeft() left property.

Java documentation for android.view.View.getX().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to