The properties of Xamarin.Forms.Entry are listed below. For a list of all members, see the Entry Members list.
See Also: Inherited members from Xamarin.Forms.InputView
| 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. |