ClassRadEditor
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
RadEditor()
Declaration
public RadEditor()
Fields
AutoSizeProperty
Identifies the AutoSize property.
Declaration
public static readonly BindableProperty AutoSizeProperty
Field Value
BindableProperty
MaxLinesProperty
Identifies the MaxLines property.
Declaration
public static readonly BindableProperty MaxLinesProperty
Field Value
BindableProperty
Properties
AutoSize
Gets or sets a value that controls whether the editor will change size to accommodate input as the user enters it.
Declaration
public EditorAutoSizeOption AutoSize { get; set; }
Property Value
EditorAutoSizeOption
Remarks
Automatic resizing is turned off by default.
Methods
CreateDefaultHorizontalTextAlignment()
Creates the default horizontal text alignment for the control.
Declaration
protected override object CreateDefaultHorizontalTextAlignment()
Returns
Overrides
CreateDefaultPadding()
Creates the default padding for the control based on the platform.
Declaration
protected override object CreateDefaultPadding()
Returns
Overrides
CreateDefaultVerticalTextAlignment()
Creates the default vertical text alignment for the control.
Declaration
protected override object CreateDefaultVerticalTextAlignment()
Returns
Overrides
GetDefaultTextInputStyle()
Gets the default text input style for the control.
Declaration
protected override Style GetDefaultTextInputStyle()
Returns
Style
Overrides
OnApplyTemplate()
Called when the control template is applied. Initializes the from the template.
Declaration
protected override void OnApplyTemplate()
Overrides