Share via


ActionMenuView.LayoutParams Constructors

Definition

Overloads

ActionMenuView.LayoutParams(ViewGroup+LayoutParams)
ActionMenuView.LayoutParams(ActionMenuView+LayoutParams)
ActionMenuView.LayoutParams(Context, IAttributeSet)
ActionMenuView.LayoutParams(Int32, Int32)
ActionMenuView.LayoutParams(IntPtr, JniHandleOwnership)

ActionMenuView.LayoutParams(ViewGroup+LayoutParams)

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

Parameters

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

ActionMenuView.LayoutParams(ActionMenuView+LayoutParams)

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

Parameters

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

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

Parameters

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

ActionMenuView.LayoutParams(Int32, Int32)

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

Parameters

width
Int32
height
Int32
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

ActionMenuView.LayoutParams(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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