Android.Views.Window.DecorView Property
Retrieve the top-level window decor view (containing the standard window frame/decorations and the client's content inside of that), which can be added as a window to the window manager.

Syntax

[get: Android.Runtime.Register("getDecorView", "()Landroid/view/View;", "GetGetDecorViewHandler")]
public abstract View DecorView { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the top-level window decor view (containing the standard window frame/decorations and the client's content inside of that), which can be added as a window to the window manager.

Note that calling this function for the first time "locks in" various window characteristics as described in Window.SetContentView(View, .LayoutParams).

[Android Documentation]

Requirements

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