AbsoluteLayout.LayoutParams.Y Property

Definition

The vertical, or Y, location of the child within the view group.

[Android.Runtime.Register("y")]
public int Y { get; set; }
[<Android.Runtime.Register("y")>]
member this.Y : int with get, set

Property Value

Attributes

Remarks

The vertical, or Y, location of the child within the view group.

Java documentation for android.widget.AbsoluteLayout.LayoutParams.y.

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