IRadMultilineTextInput
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:
C#
public interface IRadMultilineTextInput : IEditor, IView, IElement, ITransform, ITextAlignment, IRadTextEdit, ITextInput, IText, ITextStyle, IPlaceholder
Inherited Members
Properties
Gets a value indicating whether the control should automatically adjust its height based on the text content.
C#
bool EnableAutoSize { get; }
Methods
Sets the height for auto-size functionality. For internal use only.