Language

SurfaceControlViewHost.GetLayoutParams Method

Definition

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.

Applies to