Skip to main content
A newer version of this page is available. .

PasswordEdit Properties

An editor that allows users to enter and manage passwords.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current PasswordEdit.
AllowAnimation Gets or sets whether the editor’s floating label moves with a smooth animation effect. This is a bindable property. Inherited from EditBase.
AutofillContentType Gets or sets the hint that helps an autofill service determine how to populate the editor with user data. This is a bindable property.
BorderColor Gets or sets the color of the editor box borders. This is a bindable property. Inherited from EditBase.
BorderThickness Gets or sets the thickness of the editor box borders. This is a bindable property. Inherited from EditBase.
BottomTextFontAttributes Gets or sets whether the editor’s help and error text is bold or italic. This is a bindable property. Inherited from EditBase.
BottomTextFontFamily Gets or sets the font family name for the editor’s help and error text. This is a bindable property. Inherited from EditBase.
BottomTextFontSize Gets or sets the font size of the editor’s help and error text. This is a bindable property. Inherited from EditBase.
BottomTextTopIndent Gets or sets the distance between the editor’s bottom border and help/error text. This is a bindable property. Inherited from EditBase.
BoxHeight Gets or sets the edit box height. This is a bindable property. Inherited from EditBase.
BoxMargin Gets the margin of the edit box inside the editor. This is a bindable property. Inherited from EditBase.
BoxMinHeight Gets or sets the minimum edit box height. This is a bindable property. Inherited from EditBase.
BoxMinWidth Gets or sets the minimum edit box width. This is a bindable property. Inherited from EditBase.
BoxMode Gets or sets whether a stroke is displayed around the entire editor box or for the bottom edge only. This is a bindable property. Inherited from EditBase.
BoxPadding Gets or sets the amount of space between borders of the edit box and its content. This is a bindable property. Inherited from EditBase.
CharacterCasing Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. This is a bindable property. Inherited from EditBase.
CharacterCounterIndent Gets or sets the distance between the character counter and help/error text. This is a bindable property. Inherited from TextEditBase.
ClearIcon Gets or sets the clear icon image. This is a bindable property. Inherited from EditBase.
ClearIconColor Gets or sets the color of the clear icon. This is a bindable property. Inherited from EditBase.
ClearIconCommand Gets or sets the command executed when a user taps the clear icon. This is a bindable property. Inherited from EditBase.
ClearIconCommandParameter Gets or sets the parameter passed to the ClearIconCommand. This is a bindable property. Inherited from EditBase.
ClearIconVisibility Gets or sets whether the clear icon is displayed. This is a bindable property. Inherited from EditBase.
CornerMode Gets or sets whether edit box corners are rounded or cut. This is a bindable property. Inherited from EditBase.
CornerRadius Gets or sets the corner radius of the edit box. This is a bindable property. Inherited from EditBase.
CursorColor Gets or sets an editor’s cursor color. This is a bindable property. Inherited from EditBase.
CursorPosition Gets or sets the cursor position. This is a bindable property. Inherited from TextEditBase.
DisabledBackgroundColor Gets or sets the edit box background in disabled state. This is a bindable property. Inherited from EditBase.
DisabledBorderColor Gets or sets the color of the editor box borders in a disabled state. This is a bindable property. Inherited from EditBase.
DisabledBorderThickness Gets or sets the thickness of the editor box borders in a disabled state. This is a bindable property. Inherited from EditBase.
DisabledHelpTextColor Gets or sets the color of the help text shown below the disabled editor. This is a bindable property. Inherited from EditBase.
DisabledIconColor Gets or sets the color for icons of the editor in a disabled state. This is a bindable property. Inherited from EditBase.
DisabledLabelColor Gets or sets the text color for the label of the editor in a disabled state. This is a bindable property. Inherited from EditBase.
DisabledTextColor Gets or sets the color of text entered into the editor in a disabled state. This is a bindable property. Inherited from EditBase.
DisplayText Gets a string value that specifies the formatted text displayed in the editor. This is a bindable property. Inherited from EditBase.
EndIcon Gets or sets the trailing icon image. This is a bindable property. Inherited from EditBase.
EndIconColor Gets or sets the color of a custom icon displayed at the editor’s far edge. This is a bindable property. Inherited from EditBase.
EndIconCommand Gets or sets the command executed when a user taps the trailing icon. This is a bindable property. Inherited from EditBase.
EndIconCommandParameter Gets or sets the parameter passed to the EndIconCommand. This is a bindable property. Inherited from EditBase.
ErrorColor Gets or sets the color of the edit box’s borders, label, error icon, and error message if there is an input error. This is a bindable property. Inherited from EditBase.
ErrorIcon Gets or sets the error icon image. This is a bindable property. Inherited from EditBase.
ErrorIconColor Gets or sets the color of an icon displayed when HasError is set to true. This is a bindable property. Inherited from EditBase.
ErrorIconCommand Gets or sets the command executed when a user taps the error icon. This is a bindable property. Inherited from EditBase.
ErrorIconCommandParameter Gets or sets the parameter passed to the ErrorIconCommand. This is a bindable property. Inherited from EditBase.
ErrorText Gets or sets the text message that appears below the editor in an error state. This is a bindable property. Inherited from EditBase.
FocusedBorderColor Gets or sets the color of the editor box borders in a focused state. This is a bindable property. Inherited from EditBase.
FocusedBorderThickness Gets or sets the thickness of the editor box borders in a focused state. This is a bindable property. Inherited from EditBase.
FocusedLabelColor Gets or sets the text color for the label of the editor in a focused state. This is a bindable property. Inherited from EditBase.
HasError Gets or sets whether the editor has an error. This is a bindable property. Inherited from EditBase.
HelpText Gets or sets the input prompt text displayed below the edit box. This is a bindable property. Inherited from EditBase.
HelpTextColor Gets or sets the color of the help text shown below the edit box. This is a bindable property. Inherited from EditBase.
HidePasswordIcon Gets or sets the custom hide password icon image. This is a bindable property.
IconColor Gets or sets the color for editor icons. This is a bindable property. Inherited from EditBase.
IconIndent Gets or sets the distance between an icon and input text (affix). This is a bindable property. Inherited from EditBase.
IconSpacing Gets or sets the distance between icons. This is a bindable property. Inherited from EditBase.
IconVerticalAlignment Gets or sets the vertical alignment of icons. This is a bindable property. Inherited from EditBase.
IsEndIconVisible Gets or sets whether the trailing icon is visible. This is a bindable property. Inherited from EditBase.
IsErrorIconVisible Gets or sets whether the error icon is visible. This is a bindable property. Inherited from EditBase.
IsLabelFloating Gets or sets whether the label changes its position depending on the editor state, or it is pinned to the top of the editor box. This is a bindable property. Inherited from EditBase.
IsReadOnly Gets or sets whether users can change a value in the editor. This is a bindable property. Inherited from EditBase.
IsStartIconVisible Gets or sets whether the leading icon is visible. This is a bindable property. Inherited from EditBase.
Keyboard Gets or sets the type of keyboard used to input text. This is a bindable property. Inherited from TextEditBase.
LabelColor Gets or sets the text color for the label of the editor in an unfocused state. This is a bindable property. Inherited from EditBase.
LabelFontSize Gets or sets the font size of the editor’s label text. This is a bindable property. Inherited from EditBase.
LabelText Gets or sets the editor’s label text. This is a bindable property. Inherited from EditBase.
MaxCharacterCount Gets or sets the maximum number of characters that users can input in the TextEditBase and its descendants. This is a bindable property. Inherited from TextEditBase.
MaxCharacterCountOverflowMode Inherited from TextEditBase.
PasswordIconColor Gets or sets the color of the show password and hide password icons. This is a bindable property.
PasswordIconVisibility Gets or sets when the hide/show password icon is visible. This is a bindable property.
PlaceholderColor Gets or sets the placeholder color. This is a bindable property. Inherited from EditBase.
PlaceholderText Gets or sets the placeholder text. This is a bindable property. Inherited from EditBase.
ReserveBottomTextLine Gets or sets whether the line with the error text below the edit box is reserved. This is a bindable property. Inherited from EditBase.
ReturnCommand Gets or sets the command that is executed when a user taps the ‘Return’ button. This is a bindable property. Inherited from EditBase.
ReturnCommandParameter Gets or sets the parameter passed to the ReturnCommand. This is a bindable property. Inherited from EditBase.
ReturnType Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. This is a bindable property. Inherited from EditBase.
SelectionLength Gets the number of selected characters. This is a bindable property. Inherited from TextEditBase.
SelectionStart Gets a character index at which the selection starts. This is a bindable property. Inherited from TextEditBase.
ShowPasswordIcon Gets or sets the custom show password icon image. This is a bindable property.
StartIcon Gets or sets the leading icon image. This is a bindable property. Inherited from EditBase.
StartIconColor Gets or sets the color of a custom icon displayed at the editor’s near edge. This is a bindable property. Inherited from EditBase.
StartIconCommand Gets or sets the command executed when a user taps the leading icon. This is a bindable property. Inherited from EditBase.
StartIconCommandParameter Gets or sets the parameter passed to the StartIconCommand. This is a bindable property. Inherited from EditBase.
Text Gets or sets the text entered in the editor. This is a bindable property. Inherited from TextEditBase.
TextChangedCommand Gets or sets the command executed when text in the edit box changes. This is a bindable property. Inherited from TextEditBase.
TextChangedCommandParameter Gets or sets the parameter passed to the TextChangedCommand. This is a bindable property. Inherited from TextEditBase.
TextColor Gets or sets the color of text entered into the editor. This is a bindable property. Inherited from EditBase.
TextFontAttributes Gets or sets the font style that the editor uses for input text, label and placeholder. This is a bindable property. Inherited from EditBase.
TextFontFamily Gets or sets the font family that the editor uses for input text, label and placeholder. This is a bindable property. Inherited from EditBase.
TextFontSize Gets or sets the font size of text entered into the editor. This is a bindable property. Inherited from EditBase.
TextHorizontalAlignment Gets or sets the horizontal alignment of text entered in the editor. This is a bindable property. Inherited from EditBase.
TextVerticalAlignment Gets or sets the vertical text alignment in the editor. This is a bindable property. Inherited from EditBase.
See Also