- Namespace
- MahApps
.Metro .Controls .Dialogs - Base Types
-
- object
- MetroDialogSettings
graph BT
Type-->Base0["MetroDialogSettings"]
click Base0 "/api/MahApps.Metro.Controls.Dialogs/MetroDialogSettings"
Base0-->Base1["object"]
Type["LoginDialogSettings"]
class Type type-node
Syntax
public class LoginDialogSettings : MetroDialogSettings
Constructors
| Name | Summary |
|---|---|
| LoginDialogSettings |
Properties
| Name | Value | Summary |
|---|---|---|
| Affirmative |
string |
Gets or sets the text used for the Affirmative button. For example: "OK" or "Yes".
Inherited from MetroDialogSettings
|
| AnimateHide | bool |
Enable or disable dialog hiding animation
"True" - play hiding animation.
"False" - skip hiding animation.
Inherited from MetroDialogSettings
|
| AnimateShow | bool |
Enable or disable dialog showing animation.
"True" - play showing animation.
"False" - skip showing animation.
Inherited from MetroDialogSettings
|
| CancellationToken | CancellationToken |
Gets or sets a token to cancel the dialog.
Inherited from MetroDialogSettings
|
| ColorScheme | Metro |
Gets or sets whether the metro dialog should use the default black/white appearance (theme) or try to use the current accent.
Inherited from MetroDialogSettings
|
| Custom |
ResourceDictionary |
Gets or sets a custom resource dictionary which can contains custom styles, brushes or something else.
Inherited from MetroDialogSettings
|
| DefaultButtonFocus | MessageDialogResult |
Gets or sets which button should be focused by default
Inherited from MetroDialogSettings
|
| DefaultText | string |
Gets or sets the default text (just the inputdialog needed)
Inherited from MetroDialogSettings
|
| DialogButtonFontSize | double |
Gets or sets the size of the dialog button font.
Inherited from MetroDialogSettings
|
| Dialog |
double |
Gets or sets the size of the dialog message font.
Inherited from MetroDialogSettings
|
| DialogResultOnCancel | MessageDialogResult? |
Gets or sets the dialog result when the user cancelled the dialog with 'ESC' key
Inherited from MetroDialogSettings
|
| DialogTitleFontSize | double |
Gets or sets the size of the dialog title font.
Inherited from MetroDialogSettings
|
| Enable |
bool | |
| First |
string |
Gets or sets the text used for the first auxiliary button.
Inherited from MetroDialogSettings
|
| InitialPassword | string | |
| InitialUsername | string | |
| MaximumBodyHeight | double |
Gets or sets the maximum height. (Default is unlimited height, Double.NaN)
Inherited from MetroDialogSettings
|
| NegativeButtonText | string |
Gets or sets the text used for the Negative button. For example: "Cancel" or "No".
Inherited from MetroDialogSettings
|
| Negative |
Visibility | |
| Owner |
bool |
Gets or sets wheater the owner of the dialog can be closed.
Inherited from MetroDialogSettings
|
| PasswordWatermark | string | |
| Remember |
bool | |
| RememberCheckBoxText | string | |
| Remember |
Visibility | |
| Second |
string |
Gets or sets the text used for the second auxiliary button.
Inherited from MetroDialogSettings
|
| ShouldHideUsername | bool | |
| Username |
CharacterCasing | |
| UsernameWatermark | string |
