Interface
IRadMultilineTextInput

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

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
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

EnableAutoSize

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

Declaration

cs-api-definition
bool EnableAutoSize { get; }

Property Value

bool

MaxLines

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

Declaration

cs-api-definition
int MaxLines { get; }

Property Value

int

Methods

SetHeightForAutoSize(double)

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

Declaration

cs-api-definition
void SetHeightForAutoSize(double height)

Parameters

height

double

The calculated height.