Android.App.DialogFragmentStyle Enumeration
Enumerates values returned by several types and taken as a parameter of the DialogFragment.SetStyle member.

Syntax

public enum DialogFragmentStyle

Remarks

Enumerates values returned by the following: and taken as a parameter of the DialogFragment.SetStyle member.

Members

Member NameDescription
NoFrameStyle for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): don't draw any frame at all; the view hierarchy returned by Fragment.OnCreateView(Android.Views.LayoutInflater, Android.Views.ViewGroup, Android.Views.ViewGroup) is entirely responsible for drawing the dialog.
NoInputStyle for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): like DialogFragmentStyle.NoFrame, but also disables all input to the dialog. The user can not touch it, and its window will not receive input focus.
NormalStyle for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): a basic, normal dialog.
NoTitleStyle for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): don't include a title area.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0