Android.Views.Window.Attributes Property
Retrieve the current window attributes associated with this panel.

Syntax

[get: Android.Runtime.Register("getAttributes", "()Landroid/view/WindowManager$LayoutParams;", "GetGetAttributesHandler")]
[set: Android.Runtime.Register("setAttributes", "(Landroid/view/WindowManager$LayoutParams;)V", "GetSetAttributes_Landroid_view_WindowManager_LayoutParams_Handler")]
public WindowManagerLayoutParams Attributes { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Retrieve the current window attributes associated with this panel.

Set method documentation [Android Documentation]

Specify custom window attributes. PLEASE NOTE: the layout params you give here should generally be from values previously retrieved with Window.Attributes; you probably do not want to blindly create and apply your own, since this will blow away any values set by the framework that you are not interested in.

Requirements

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