Xamarin.Forms.Entry: Property Members

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

Public Properties

IsPasswordbool. Gets or sets a value that indicates if the entry should visually obscure typed text. This is a bindable property.
Placeholderstring. Gets or sets the placeholder text shown when the entry Entry.Text is null or empty. This is a bindable property.
Textstring. Gets or sets the text of the entry. This is a bindable property.
TextColorColor. Gets or sets the Xamarin.Forms.Color for the text of the Entry. This is a bindable property.