The members of Xamarin.Forms.Entry are listed below.
See Also: Inherited members from Xamarin.Forms.InputView
Entry() | Initializes a new instance of the Entry class. |
static readonly | IsPasswordProperty | BindableProperty. Identifies the IsPassword bindable property. |
static readonly | PlaceholderProperty | BindableProperty. Identifies the Placeholder bindable property. |
static readonly | TextColorProperty | BindableProperty. Identifies the TextColor bindable property. |
static readonly | TextProperty | BindableProperty. Identifies the Text bindable property. |
| IsPassword | bool. Gets or sets a value that indicates if the entry should visually obscure typed text. This is a bindable property. | |
| Placeholder | string. Gets or sets the placeholder text shown when the entry Entry.Text is null or empty. This is a bindable property. | |
| Text | string. Gets or sets the text of the entry. This is a bindable property. | |
| TextColor | Color. Gets or sets the Xamarin.Forms.Color for the text of the Entry. This is a bindable property. |
| Completed | Occurs when the user finalizes the text in an entry with the return key. | |
| TextChanged | Event that is raised when the text in this Xamarin.Forms.Entry element is changed. |