C# Class MahApps.Metro.Controls.Dialogs.ProgressDialog

An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead!
Inheritance: BaseMetroDialog
Mostrar archivo Open project: MahApps/MahApps.Metro Class Usage Examples

Public Properties

Property Type Description
IsCancelableProperty System.Windows.DependencyProperty
MessageProperty System.Windows.DependencyProperty
NegativeButtonTextProperty System.Windows.DependencyProperty
ProgressBarForegroundProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ProgressDialog System.Threading
ProgressDialog System.Threading
ProgressDialog System.Threading
SetIndeterminate void

Protected Methods

Method Description
OnLoaded ( ) : void

Private Methods

Method Description
ProgressDialog ( ) : System.Threading
ProgressDialog ( MetroWindow parentWindow ) : System.Threading
ProgressDialog ( MetroWindow parentWindow, MetroDialogSettings settings ) : System.Threading
SetIndeterminate ( ) : void

Method Details

OnLoaded() protected method

protected OnLoaded ( ) : void
return void

Property Details

IsCancelableProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsCancelableProperty
return System.Windows.DependencyProperty

MessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows MessageProperty
return System.Windows.DependencyProperty

NegativeButtonTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows NegativeButtonTextProperty
return System.Windows.DependencyProperty

ProgressBarForegroundProperty public_oe static_oe property

public static DependencyProperty,System.Windows ProgressBarForegroundProperty
return System.Windows.DependencyProperty