Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Cell Xamarin.Forms.IEntryCellController A with a label and a single line text entry field. The following example shows a basic use. XAML for Xamarin.Forms supports the following properties for the class: Property Value Keyboard A property name that indicates which keyboard to present to the user when editing text. Label The text that is presented next to the entry area in the . LabelColor A color specification, with or without the prefix, "Color". For example, "Color.Red" and "Red" both specify the color red. Placeholder The default text that will appear in the control when it is empty. Text The initial text that will appear in the editor. XAlign Center, End, or Start, to indicate the placement of the text that is entered by the user. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the EntryCell class. Event 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler Event fired when the user presses 'Done' on the EntryCell's keyboard Property 1.5.0.0 2.0.0.0 Xamarin.Forms.TextAlignment Gets or sets the horizontal alignement of the Text property. This is a bindable property. To be added. To be added. Field 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the HorizontalTextAlignment bindable property. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Keyboard Gets or sets the Keyboard to display while editing the EntryCell. This is a bindable property. A representing the keyboard kind. Default is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Keyboard bindable property. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String Gets or sets the fixed text presented next to the Entry in the EntryCell. This is a bindable property. A . Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Color Gets or sets the Color used for rendering the Label property. This is a bindable property. Default is Color.Default. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the LabelColor bindable property. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Label bindable property. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String Gets or sets the placeholder text displayed in the Entry when the Text is null or empty. This is a bindable property. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Placeholder bindable property, Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String Gets or sets the content of the Entry of the EntryCell. This is a bindable property. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Text bindable property. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("XAlign is obsolete. Please use HorizontalTextAlignment instead.") Xamarin.Forms.TextAlignment Gets or sets the horizontal alignement of the Text property. This is a bindable property. Default is . Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("XAlignProperty is obsolete. Please use HorizontalTextAlignmentProperty instead.") Xamarin.Forms.BindableProperty Identifies the XAlign bindable property. Method 2.0.0.0 System.Void To be added. To be added.