InterfaceIRadMultilineTextInput
Interface
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
Properties
EnableAutoSize
Gets a value indicating whether the control should automatically adjust its height based on the text content.
Methods
SetHeightForAutoSize(double)
Sets the height for auto-size functionality. For internal use only.
Declaration
cs-api-definition
void SetHeightForAutoSize(double height)
Parameters
height
The calculated height.