SurfaceControlViewHost.GetLayoutParams Method
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.
Returns the LayoutParams of the root view.
[Android.Runtime.Register("getLayoutParams", "()Landroid/view/SurfaceControlViewHost$LayoutParams;", "GetGetLayoutParamsHandler", ApiSince=37)]
public virtual Android.Views.SurfaceControlViewHost.LayoutParams GetLayoutParams();
[<Android.Runtime.Register("getLayoutParams", "()Landroid/view/SurfaceControlViewHost$LayoutParams;", "GetGetLayoutParamsHandler", ApiSince=37)>]
abstract member GetLayoutParams : unit -> Android.Views.SurfaceControlViewHost.LayoutParams
override this.GetLayoutParams : unit -> Android.Views.SurfaceControlViewHost.LayoutParams
Returns
- Attributes
Remarks
Returns the LayoutParams of the root view.
Android reference for android.view.SurfaceControlViewHost.getLayoutParams.
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.