ActionMenuView.LayoutParams Constructors

Definition

Overloads

ActionMenuView.LayoutParams(ViewGroup+LayoutParams)

Initializes a new instance.

[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

other
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 ActionMenuView.LayoutParams.

Applies to

ActionMenuView.LayoutParams(ActionMenuView+LayoutParams)

Initializes a new instance.

[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

other
ActionMenuView.LayoutParams

ActionMenuView.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 ActionMenuView.LayoutParams.

Applies to

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

Parameters

c
Context

Context

attrs
IAttributeSet

AttributeSet

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 ActionMenuView.LayoutParams.

Applies to

ActionMenuView.LayoutParams(Int32, Int32)

Initializes a new instance.

[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

The width in pixels, MatchParent, or WrapContent.

height
Int32

The height in pixels, MatchParent, or WrapContent.

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 ActionMenuView.LayoutParams.

Applies to

ActionMenuView.LayoutParams(IntPtr, JniHandleOwnership)

Initializes a new instance.

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

A IntPtr containing a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

The transfer value.

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