New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a multiline text input control with extended functionality beyond the standard IEditor interface.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public interface IRadMultilineTextInput : IEditor, IView, IElement, ITransform, ITextAlignment, IRadTextEdit, ITextInput, IText, ITextStyle, IPlaceholder

Inherited Members IRadTextEdit.GetTransformedText(string)IRadTextEdit.TextChanging(string, string)IRadTextEdit.SelectionOnFocusIRadTextEdit.Padding

Properties

Gets a value indicating whether the control should automatically adjust its height based on the text content.

C#
bool EnableAutoSize { get; }

Gets the maximum number of lines to display before the control stops growing.

C#
int MaxLines { get; }

Methods

Sets the height for auto-size functionality. For internal use only.

C#
void SetHeightForAutoSize(double height)
Parameters:heightdouble

The calculated height.