SurfaceControlViewHost.View Property

Definition

public virtual Android.Views.View? View { [Android.Runtime.Register("getView", "()Landroid/view/View;", "GetGetViewHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getView", "()Landroid/view/View;", "GetGetViewHandler", ApiSince=30)>]
member this.View : Android.Views.View

Property Value

The view passed to setView, or null if none has been passed.

Attributes

Remarks

Java documentation for android.view.SurfaceControlViewHost.getView().

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