MahApps.Metro.Controls.Dialogs Namespace

Enum Types

Enum Summary
MessageDialogResult An enum representing the result of a Message Dialog.
MessageDialogStyle An enum representing the different button states for a Message Dialog.
MetroDialogColorScheme An enum representing the different choices for a color scheme in a Metro Dialog.

Class Types

Class Summary
BaseMetroDialog The base class for dialogs. You probably don't want to use this class, if you want to add arbitrary content to your dialog, use the CustomDialog class.
CustomDialog An implementation of BaseMetroDialog allowing arbitrary content.
DialogCoordinator
DialogManager
DialogParticipation
DialogStateChangedEventArgs
InputDialog
LoginDialog
LoginDialogData
LoginDialogSettings
MessageDialog An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead!
MetroDialogSettings A class that represents the settings used by Metro Dialogs.
ProgressDialog An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead!
ProgressDialogController A class for manipulating an open ProgressDialog.

Interface Types

Interface Summary
IDialogCoordinator Use the dialog coordinator to help you interfact with dialogs from a view model.