AbsoluteLayout.LayoutParams.X Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The horizontal, or X, location of the child within the view group.
[Android.Runtime.Register("x")]
public int X { get; set; }
[<Android.Runtime.Register("x")>]
member this.X : int with get, set
Property Value
- Attributes
Remarks
The horizontal, or X, location of the child within the view group.
Java documentation for android.widget.AbsoluteLayout.LayoutParams.x
.
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.