ViewGroup.Layout(Int32, Int32, Int32, Int32) Method

Definition

Assign a size and position to a view and all of its descendants

[Android.Runtime.Register("layout", "(IIII)V", "")]
public override sealed void Layout (int l, int t, int r, int b);
[<Android.Runtime.Register("layout", "(IIII)V", "")>]
override this.Layout : int * int * int * int -> unit

Parameters

l
Int32

Left position, relative to parent

t
Int32

Top position, relative to parent

r
Int32

Right position, relative to parent

b
Int32

Bottom position, relative to parent

Attributes

Remarks

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