Xamarin.Forms.Entry Members

The members of Xamarin.Forms.Entry are listed below.

See Also: Inherited members from Xamarin.Forms.InputView

Public Constructors

Initializes a new instance of the Entry class.

Public Fields

static readonly
IsPasswordPropertyBindableProperty. Identifies the IsPassword bindable property.
static readonly
PlaceholderPropertyBindableProperty. Identifies the Placeholder bindable property.
static readonly
TextColorPropertyBindableProperty. Identifies the TextColor bindable property.
static readonly
TextPropertyBindableProperty. Identifies the Text bindable property.

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.

Public Events

CompletedOccurs when the user finalizes the text in an entry with the return key.
TextChangedEvent that is raised when the text in this Xamarin.Forms.Entry element is changed.