Sets the visual x position of this view, in pixels.
Syntax
[Android.Runtime.Register("setX", "(F)V", "GetSetX_FHandler")] public virtual voidSetX (float x)
Parameters
x
The visual x position of this view, in pixels.
Remarks
Sets the visual x position of this view, in pixels. This is equivalent to setting the
View.TranslationX property to be the difference between
the x value passed in and the current View.Left property.