ActionMenuView.LayoutParams Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- other
- 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
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
- c
- Context
- attrs
- IAttributeSet
- 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
- transfer
- JniHandleOwnership
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.