EditBase Properties
The base class for all data editors.
Name | Description |
---|---|
Allow |
Specifies whether the editor’s floating label moves with a smooth animation effect. |
Border |
Gets or sets the color of the editor box borders. |
Border |
Gets or sets the thickness of the editor box borders. |
Bottom |
Gets or sets whether the editor’s help and error text is bold or italic. |
Bottom |
Gets or sets the font family name for the editor’s help and error text. |
Bottom |
Gets or sets the font size of the editor’s help and error text. |
Bottom |
Gets or sets the distance between the editor’s bottom border and help/error text. |
Box |
Gets or sets the edit box height. |
Box |
Gets the margin of the edit box inside the editor. |
Box |
Gets or sets the minimum edit box height. |
Box |
Gets or sets the minimum edit box width. |
Box |
Gets or sets whether a stroke is displayed around the entire editor box or for the bottom edge only. |
Box |
Gets or sets the amount of space between borders of the edit box and its content. |
Character |
Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. |
Clear |
Specifies the clear icon image. |
Clear |
Gets or sets the color of the clear icon. |
Clear |
Specifies the command executed when a user taps the clear icon. |
Clear |
Specifies the parameter passed to the Clear |
Clear |
Specifies when the clear icon is displayed. |
Corner |
Gets or sets whether edit box corners are rounded or cut. |
Corner |
Gets or sets the corner radius of the edit box. |
Cursor |
Gets or sets the color of the input cursor. |
Disabled |
Gets or sets the edit box background in disabled state. |
Disabled |
Gets or sets the color of the editor box borders in a disabled state. |
Disabled |
Gets or sets the thickness of the editor box borders in a disabled state. |
Disabled |
Specifies the color of the help text shown below the disabled editor. |
Disabled |
Specifies the color for icons of the editor in a disabled state. |
Disabled |
Gets or sets the text color for the label of the editor in a disabled state. |
Disabled |
Gets or sets the color of text entered into the editor in a disabled state. |
Display |
Gets a string value that specifies the formatted text displayed in the editor. |
End |
Specifies the trailing icon image. |
End |
Gets or sets the color of a custom icon displayed at the editor’s far edge. |
End |
Specifies the command executed when a user taps the trailing icon. |
End |
Specifies the parameter passed to the End |
Error |
Gets or sets the color of the edit box’s borders, label, error icon, and error message if there is an input error. |
Error |
Specifies the error icon image. |
Error |
Gets or sets the color of an icon displayed when Has |
Error |
Specifies the command executed when a user taps the error icon. |
Error |
Specifies the parameter passed to the Error |
Error |
Specifies the text message that appears below the editor in an error state. |
Focused |
Gets or sets the color of the editor box borders in the focused state. |
Focused |
Gets or sets the thickness of the editor box borders in a focused state. |
Focused |
Gets or sets the text color for the label of the editor in a focused state. |
Has |
Allows you to switch the editor to an error state. |
Help |
Specifies the input prompt text displayed below the edit box. |
Help |
Specifies the color of the help text shown below the edit box. |
Icon |
Specifies the color for editor icons. |
Icon |
Gets or sets the distance between an icon and input text (affix). |
Icon |
Gets or sets the distance between icons. |
Icon |
Gets or sets the vertical alignment of icons. |
Is |
Gets or sets whether the trailing icon is visible. |
Is |
Gets or sets whether the error icon is visible. |
Is |
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. |
Is |
Gets or sets whether users can change a value in the editor. |
Is |
Gets or sets whether the leading icon is visible. |
Label |
Gets or sets the text color for the label of the editor in an unfocused state. |
Label |
Gets or sets the font size of the editor’s label text. |
Label |
Gets or sets the editor’s label text. |
Placeholder |
Specifies the placeholder color. |
Placeholder |
Specifies the placeholder text. |
Reserve |
Allows you to reserve a line for the error text below the edit box. |
Return |
Specifies the command that is executed when a user taps the ‘Return’ button. |
Return |
Specifies the parameter passed to the Return |
Return |
Specifies the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. |
Start |
Specifies the leading icon image. |
Start |
Gets or sets the color of a custom icon displayed at the editor’s near edge. |
Start |
Specifies the command executed when a user taps the leading icon. |
Start |
Specifies the parameter passed to the Start |
Text |
Gets or sets the color of text entered into the editor. |
Text |
Gets or sets the font style that the editor uses for input text, label and placeholder. |
Text |
Gets or sets the font family that the editor uses for input text, label and placeholder. |
Text |
Gets or sets the font size of text entered into the editor. |
Text |
Gets or sets the horizontal alignment of text entered in the editor. |
See Also