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

Value: 16973914

Syntax

[Android.Runtime.Register("Theme_Light_Panel")]
public const int ThemeLightPanel

Remarks

Default light 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