Android.Views.Window.Container Property
Return the container for this Window.

Syntax

[get: Android.Runtime.Register("getContainer", "()Landroid/view/Window;", "GetGetContainerHandler")]
[set: Android.Runtime.Register("setContainer", "(Landroid/view/Window;)V", "GetSetContainer_Landroid_view_Window_Handler")]
public Window Container { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the container for this Window.

Set method documentation [Android Documentation]

Set the container for this window. If not set, the DecorWindow operates as a top-level window; otherwise, it negotiates with the container to display itself appropriately.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1