Lingua

RadioGroup.LayoutParams Constructors

Definition

Overloads

Name Description
RadioGroup.LayoutParams(ViewGroup+LayoutParams)

Initializes a new instance.

RadioGroup.LayoutParams(ViewGroup+MarginLayoutParams)

Initializes a new instance.

RadioGroup.LayoutParams(Context, IAttributeSet)

Initializes a new instance.

RadioGroup.LayoutParams(Int32, Int32)

Initializes a new instance.

RadioGroup.LayoutParams(IntPtr, JniHandleOwnership)

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

RadioGroup.LayoutParams(Int32, Int32, Single)

Initializes a new instance.

RadioGroup.LayoutParams(ViewGroup+LayoutParams)

Initializes a new instance.

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

Parameters

p
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.

Java documentation for RadioGroup.LayoutParams.

Applies to

RadioGroup.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.RadioGroup.LayoutParams : Android.Views.ViewGroup.MarginLayoutParams -> Android.Widget.RadioGroup.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.

Java documentation for RadioGroup.LayoutParams.

Applies to

RadioGroup.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.RadioGroup.LayoutParams : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.RadioGroup.LayoutParams

Parameters

c
Context

Context

attrs
IAttributeSet

AttributeSet

Attributes

Remarks

See the Android reference documentation for this member.

Java documentation for android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(android.content.Context, android.util.AttributeSet).

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

RadioGroup.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.RadioGroup.LayoutParams : int * int -> Android.Widget.RadioGroup.LayoutParams

Parameters

w
Int32

int

h
Int32

int

Attributes

Remarks

See the Android reference documentation for this member.

Java documentation for android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(int, int).

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

RadioGroup.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.RadioGroup.LayoutParams : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.RadioGroup.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

RadioGroup.LayoutParams(Int32, Int32, Single)

Initializes a new instance.

[Android.Runtime.Register(".ctor", "(IIF)V", "")]
public LayoutParams(int w, int h, float initWeight);
[<Android.Runtime.Register(".ctor", "(IIF)V", "")>]
new Android.Widget.RadioGroup.LayoutParams : int * int * single -> Android.Widget.RadioGroup.LayoutParams

Parameters

w
Int32

int

h
Int32

int

initWeight
Single

float

Attributes

Remarks

See the Android reference documentation for this member.

Java documentation for android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(int, int, float).

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