共用方式為


RadioGroup.LayoutParams 建構函式

定義

多載

RadioGroup.LayoutParams(ViewGroup+LayoutParams)
RadioGroup.LayoutParams(ViewGroup+MarginLayoutParams)
RadioGroup.LayoutParams(Context, IAttributeSet)

要新增

RadioGroup.LayoutParams(Int32, Int32)

要新增

RadioGroup.LayoutParams(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

RadioGroup.LayoutParams(Int32, Int32, Single)

要新增

RadioGroup.LayoutParams(ViewGroup+LayoutParams)

[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

參數

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RadioGroup.LayoutParams(ViewGroup+MarginLayoutParams)

[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

參數

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RadioGroup.LayoutParams(Context, IAttributeSet)

要新增

[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

參數

屬性

備註

要新增

android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(android.content.Context, android.util.AttributeSet)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RadioGroup.LayoutParams(Int32, Int32)

要新增

[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

參數

w
Int32
h
Int32
屬性

備註

要新增

android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RadioGroup.LayoutParams(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

RadioGroup.LayoutParams(Int32, Int32, Single)

要新增

[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

參數

w
Int32
h
Int32
initWeight
Single
屬性

備註

要新增

android.widget.RadioGroup.LayoutParams.RadioGroup$LayoutParams(int, int, float)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於