Specifies the resize mode of the TelerikTextArea.
Definition
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