ActivityInfo.WindowLayout Constructor
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.
Creates a new WindowLayout instance with the specified dimensions and constraints.
[Android.Runtime.Register(".ctor", "(IFIFIII)V", "", ApiSince=24)]
public WindowLayout(int width, float widthFraction, int height, float heightFraction, Android.Views.GravityFlags gravity, int minWidth, int minHeight);
[<Android.Runtime.Register(".ctor", "(IFIFIII)V", "", ApiSince=24)>]
new Android.Content.PM.ActivityInfo.WindowLayout : int * single * int * single * Android.Views.GravityFlags * int * int -> Android.Content.PM.ActivityInfo.WindowLayout
Parameters
- width
- Int32
- widthFraction
- Single
- height
- Int32
- heightFraction
- Single
- gravity
- GravityFlags
- minWidth
- Int32
- minHeight
- Int32
- Attributes
Remarks
Creates a new WindowLayout instance with the specified dimensions and constraints.
Android reference for android.content.pm.ActivityInfo.WindowLayout.WindowLayout.
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.