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.InputView Xamarin.Forms.IEditorController Xamarin.Forms.IElementConfiguration<Xamarin.Forms.Editor> Xamarin.Forms.Internals.IFontElement Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._EditorRenderer)) A control that can edit multiple lines of text. For single line entries, see . 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 Editor class. The following example creates a Editor with a Chat keyboard that fills the available space. XAML for Xamarin.Forms supports the following property for the class: Property Value Text The initial text that will appear in the editor. Event 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler Event that is fired when editing has completed. iOS (Unfocusing the editor or pressing "Done" triggers the event). Android / Windows Phone (Unfocusing the Editor triggers the event) Property 1.5.0.0 2.0.0.0 Xamarin.Forms.FontAttributes Gets a value that indicates whether the font for the editor is bold, italic, or neither. To be added. To be added. Field 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the FontAttributes property. To be added. Property 1.5.0.0 2.0.0.0 System.String Gets the font family to which the font for the editor belongs. To be added. To be added. Field 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the FontFamily property. To be added. Property 1.5.0.0 2.0.0.0 Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FontSizeConverter)) System.Double Gets the size of the font for the editor. To be added. To be added. Field 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the FontSize property. To be added. Method 2.0.0.0 Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.Editor> Xamarin.Forms.IConfigPlatform To be added. Returns the platform-specific instance of this , on which a platform-specific method may be called. To be added. 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 System.String Gets or sets the text of the entry. This is a bindable property. A string containing the text of the entry. The default value is null. Setting this property will cause the event to be emitted. Event 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.EventHandler<Xamarin.Forms.TextChangedEventArgs> Occurs when the text of the Editor changes. Property 1.5.0.0 2.0.0.0 Xamarin.Forms.Color Gets or sets the text color. To be added. To be added. Field 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. 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. Method 2.0.0.0 System.Void To be added. To be added. Method 2.0.0.0 System.Double To be added. To be added. To be added. Method 2.0.0.0 System.Void To be added. To be added. To be added. To be added. Method 2.0.0.0 System.Void To be added. To be added. To be added. To be added. Method 2.0.0.0 System.Void To be added. To be added. To be added. To be added. Method 2.0.0.0 System.Void To be added. To be added. To be added. To be added.