New to Telerik UI for BlazorStart a free 30-day trial

Specifies the resize mode of the TelerikTextArea.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum TextAreaResizeMode

Fields

The TelerikTextArea component will be resized automatically height during keyboard input.

C#
Auto = 3

The TelerikTextArea component can be resized in both horizontal and vertical direction.

C#
Both = 2

The TelerikTextArea component can be resized in horizontal direction.

C#
Horizontal = 1

The TelerikTextArea cannot be resized.

C#
None = 4

The TelerikTextArea component can be resized in vertical direction.

C#
Vertical = 0
In this article
DefinitionFieldsAutoBothHorizontalNoneVertical
Not finding the help you need?
Contact Support