RelativeLayout.LayoutParams Constructors

Definition

Overloads

Name Description
RelativeLayout.LayoutParams(ViewGroup+LayoutParams)

Initializes a new instance.

RelativeLayout.LayoutParams(ViewGroup+MarginLayoutParams)

Initializes a new instance.

RelativeLayout.LayoutParams(RelativeLayout+LayoutParams)

Initializes a new instance.

RelativeLayout.LayoutParams(Context, IAttributeSet)

Initializes a new instance.

RelativeLayout.LayoutParams(Int32, Int32)

Initializes a new instance.

RelativeLayout.LayoutParams(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

RelativeLayout.LayoutParams(ViewGroup+LayoutParams)

Initializes a new instance.

[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$LayoutParams;)V", "")]
public LayoutParams(Android.Views.ViewGroup.LayoutParams? source);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$LayoutParams;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Views.ViewGroup.LayoutParams -> Android.Widget.RelativeLayout.LayoutParams

Parameters

source
ViewGroup.LayoutParams

ViewGroup.LayoutParams

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

RelativeLayout.LayoutParams(ViewGroup+MarginLayoutParams)

Initializes a new instance.

[Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$MarginLayoutParams;)V", "")]
public LayoutParams(Android.Views.ViewGroup.MarginLayoutParams? source);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ViewGroup$MarginLayoutParams;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Views.ViewGroup.MarginLayoutParams -> Android.Widget.RelativeLayout.LayoutParams

Parameters

source
ViewGroup.MarginLayoutParams

ViewGroup.MarginLayoutParams

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

RelativeLayout.LayoutParams(RelativeLayout+LayoutParams)

Initializes a new instance.

[Android.Runtime.Register(".ctor", "(Landroid/widget/RelativeLayout$LayoutParams;)V", "")]
public LayoutParams(Android.Widget.RelativeLayout.LayoutParams? source);
[<Android.Runtime.Register(".ctor", "(Landroid/widget/RelativeLayout$LayoutParams;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Widget.RelativeLayout.LayoutParams -> Android.Widget.RelativeLayout.LayoutParams

Parameters

source
RelativeLayout.LayoutParams

RelativeLayout.LayoutParams : The layout params to copy from.

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

RelativeLayout.LayoutParams(Context, IAttributeSet)

Initializes a new instance.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public LayoutParams(Android.Content.Context? c, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.RelativeLayout.LayoutParams

Parameters

c
Context

Context

attrs
IAttributeSet

The attributes supplied from XML.

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

RelativeLayout.LayoutParams(Int32, Int32)

Initializes a new instance.

[Android.Runtime.Register(".ctor", "(II)V", "")]
public LayoutParams(int w, int h);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Widget.RelativeLayout.LayoutParams : int * int -> Android.Widget.RelativeLayout.LayoutParams

Parameters

w
Int32

int

h
Int32

int

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

RelativeLayout.LayoutParams(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected LayoutParams(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.RelativeLayout.LayoutParams : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.RelativeLayout.LayoutParams

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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