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
AllowAnimation Specifies whether the editor’s floating label moves with a smooth animation effect. Inherited from EditBase.
BorderColor Gets or sets the color of the editor box borders. Inherited from EditBase.
BorderThickness Gets or sets the thickness of the editor box borders. Inherited from EditBase.
BottomTextFontAttributes Gets or sets whether the editor’s help and error text is bold or italic. Inherited from EditBase.
BottomTextFontFamily Gets or sets the font family name for the editor’s help and error text. Inherited from EditBase.
BottomTextFontSize Gets or sets the font size of the editor’s help and error text. Inherited from EditBase.
BottomTextTopIndent Gets or sets the distance between the editor’s bottom border and help/error text. Inherited from EditBase.
BoxHeight Gets or sets the edit box height. Inherited from EditBase.
BoxMargin Gets the margin of the edit box inside the editor. Inherited from EditBase.
BoxMinHeight Gets or sets the minimum edit box height. Inherited from EditBase.
BoxMinWidth Gets or sets the minimum edit box width. Inherited from EditBase.
BoxMode Gets or sets whether a stroke is displayed around the entire editor box or for the bottom edge only. Inherited from EditBase.
BoxPadding Gets or sets the amount of space between borders of the edit box and its content. Inherited from EditBase.
CharacterCounterIndent Gets or sets the distance between the character counter and help/error text. Inherited from TextEditBase.
ClearIcon Specifies the clear icon image. Inherited from EditBase.
ClearIconCommand Specifies the command executed when a user taps the clear icon. Inherited from EditBase.
ClearIconCommandParameter Specifies the parameter passed to the ClearIconCommand. Inherited from EditBase.
ClearIconVisibility Specifies when the clear icon is displayed. Inherited from EditBase.
CornerMode Gets or sets whether editor box corners are rounded or cut. Inherited from EditBase.
CornerRadius Gets or sets the corner radius of the edit box. Inherited from EditBase.
CursorPosition Gets or sets the cursor position. Inherited from TextEditBase.
DisabledBackgroundColor Gets or sets the edit box background in disabled state. Inherited from EditBase.
DisabledBorderColor Gets or sets the color of the editor box borders in a disabled state. Inherited from EditBase.
DisabledBorderThickness Gets or sets the thickness of the editor box borders in a disabled state. Inherited from EditBase.
DisabledHelpTextColor Specifies the color of the help text shown below the disabled editor. Inherited from EditBase.
DisabledIconColor Specifies the icon color of the editor in a disabled state. Inherited from EditBase.
DisabledLabelColor Gets or sets the text color for the label of the editor in a disabled state. Inherited from EditBase.
DisabledTextColor Gets or sets the color of text entered into the editor in a disabled state. Inherited from EditBase.
EndIcon Specifies the trailing icon image. Inherited from EditBase.
EndIconCommand Specifies the command executed when a user taps the trailing icon. Inherited from EditBase.
EndIconCommandParameter Specifies the parameter passed to the EndIconCommand. Inherited from EditBase.
ErrorColor Gets or sets the color of editor box borders, label and error message shown in case of input error. Inherited from EditBase.
ErrorIcon Specifies the error icon image. Inherited from EditBase.
ErrorIconCommand Specifies the command executed when a user taps the error icon. Inherited from EditBase.
ErrorIconCommandParameter Specifies the parameter passed to the ErrorIconCommand. Inherited from EditBase.
ErrorText Specifies the text message that appears below the editor in an error state. Inherited from EditBase.
FocusedBorderColor Gets or sets the color of the editor box borders in a focused state. Inherited from EditBase.
FocusedBorderThickness Gets or sets the thickness of the editor box borders in a focused state. Inherited from EditBase.
FocusedLabelColor Gets or sets the text color for the label of the editor in a focused state. Inherited from EditBase.
HasError Allows you to switch the editor to an error state. Inherited from EditBase.
HelpText Specifies the input prompt text displayed below the edit box. Inherited from EditBase.
HelpTextColor Specifies the color of the help text shown below the edit box. Inherited from EditBase.
HidePasswordIcon Specifies the custom hide password icon image.
IconColor Specifies the editor icon color. Inherited from EditBase.
IconIndent Gets or sets the distance between an icon and input text (affix). Inherited from EditBase.
IconSpacing Gets or sets the distance between icons. Inherited from EditBase.
IconVerticalAlignment Gets or sets the vertical alignment of icons. Inherited from EditBase.
IsEndIconVisible Gets or sets whether the trailing icon is visible. Inherited from EditBase.
IsErrorIconVisible Gets or sets whether the error icon is visible. 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. Inherited from EditBase.
IsReadOnly Gets or sets whether users can change text in the editor. Inherited from TextEditBase.
IsStartIconVisible Gets or sets whether the leading icon is visible. Inherited from EditBase.
Keyboard Specifies the type of keyboard used to input a password.
LabelColor Gets or sets the text color for the label of the editor in an unfocused state. Inherited from EditBase.
LabelFontSize Gets or sets the font size of the editor’s label text. Inherited from EditBase.
LabelText Gets or sets the editor’s label text. Inherited from EditBase.
MaxCharacterCount Inherited from TextEditBase.
MaxCharacterCountOverflowMode Inherited from TextEditBase.
PasswordIconVisibility Specifies the hide/show password icon visibility.
PlaceholderColor Specifies the placeholder color. Inherited from EditBase.
PlaceholderText Specifies the placeholder text. Inherited from EditBase.
ReserveBottomTextLine Allows you to reserve a line for the error text below the edit box. Inherited from EditBase.
ReturnCommand Specifies the command that is executed when a user taps the ‘Return’ button. Inherited from TextEditBase.
ReturnCommandParameter Specifies the parameter passed to the ReturnCommand. Inherited from TextEditBase.
ReturnType Inherited from TextEditBase.
SelectionLength Gets the number of selected characters. Inherited from TextEditBase.
SelectionStart Gets a character index at which the selection starts. Inherited from TextEditBase.
ShowPasswordIcon Specifies the custom show password icon image.
StartIcon Specifies the leading icon image. Inherited from EditBase.
StartIconCommand Specifies the command executed when a user taps the leading icon. Inherited from EditBase.
StartIconCommandParameter Specifies the parameter passed to the StartIconCommand. Inherited from EditBase.
Text Gets or sets the text entered in the editor. Inherited from TextEditBase.
TextChangedCommand Inherited from TextEditBase.
TextChangedCommandParameter Inherited from TextEditBase.
TextColor Gets or sets the color of text entered into the editor. Inherited from EditBase.
TextFontAttributes Gets or sets the font style that the editor uses for input text, label and placeholder. Inherited from EditBase.
TextFontFamily Gets or sets the font family that the editor uses for input text, label and placeholder. Inherited from EditBase.
TextFontSize Gets or sets the font size of text entered into the editor. Inherited from EditBase.
TextHorizontalAlignment Gets or sets the horizontal alignment of text entered in the editor. Inherited from EditBase.
See Also