LoginDialogSettings Class

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
AffirmativeButtonText 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 MetroDialogColorScheme
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
CustomResourceDictionary 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
DialogMessageFontSize 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
EnablePasswordPreview bool
FirstAuxiliaryButtonText 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
NegativeButtonVisibility Visibility
OwnerCanCloseWithDialog bool
Gets or sets wheater the owner of the dialog can be closed.
Inherited from MetroDialogSettings
PasswordWatermark string
RememberCheckBoxChecked bool
RememberCheckBoxText string
RememberCheckBoxVisibility Visibility
SecondAuxiliaryButtonText string
Gets or sets the text used for the second auxiliary button.
Inherited from MetroDialogSettings
ShouldHideUsername bool
UsernameCharacterCasing CharacterCasing
UsernameWatermark string