EnumTextAreaResizeMode
Enum
Specifies the resize mode of the TelerikTextArea.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum TextAreaResizeMode
Fields
Auto
The TelerikTextArea component will be resized automatically height during keyboard input.
Both
The TelerikTextArea component can be resized in both horizontal and vertical direction.
Horizontal
The TelerikTextArea component can be resized in horizontal direction.
None
The TelerikTextArea cannot be resized.
Vertical
The TelerikTextArea component can be resized in vertical direction.