RadEditor
RadEditor is a multiline text input control that allows users to enter, edit, and navigate through large blocks of text.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadEditor : RadInputView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadInputViewRadEditor
Implements:
Inherited Members
Constructors
public RadEditor()
Fields
AutoSizeProperty
BindableProperty
Identifies the AutoSize property.
public static readonly BindableProperty AutoSizeProperty
MaxLinesProperty
BindableProperty
Identifies the MaxLines property.
public static readonly BindableProperty MaxLinesProperty
Properties
AutoSize
EditorAutoSizeOption
Gets or sets a value that controls whether the editor will change size to accommodate input as the user enters it.
public EditorAutoSizeOption AutoSize { get; set; }
Automatic resizing is turned off by default.
Methods
Creates the default horizontal text alignment for the control.
Creates the default padding for the control based on the platform.
Creates the default vertical text alignment for the control.
Gets the default text input style for the control.
protected override Style GetDefaultTextInputStyle()
Style
Overrides:
Called when the control template is applied. Initializes the from the template.
protected override void OnApplyTemplate()
Overrides: