Android.Resource.Style.ThemePanel Field
Default dark theme for panel windows (on API level 10 and lower).

Value: 16973913

Syntax

[Android.Runtime.Register("Theme_Panel")]
public const int ThemePanel

Remarks

Default dark theme for panel windows (on API level 10 and lower). This removes all extraneous window decorations, so you basically have an empty rectangle in which to place your content. It makes the window floating, with a transparent background, and turns off dimming behind the window.

[Android Documentation]

Requirements

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