Class TextAreaResizeMode
Specifies the resize mode of the TelerikTextArea.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TextAreaResizeMode : Enum
Fields
Auto
The TelerikTextArea component will be resized automatically height during keyboard input.
Declaration
public const TextAreaResizeMode Auto
Field Value
TextAreaResizeMode
|
Both
The TelerikTextArea component can be resized in both horizontal and vertical direction.
Declaration
public const TextAreaResizeMode Both
Field Value
TextAreaResizeMode
|
Horizontal
The TelerikTextArea component can be resized in horizontal direction.
Declaration
public const TextAreaResizeMode Horizontal
Field Value
TextAreaResizeMode
|
None
The TelerikTextArea cannot be resized.
Declaration
public const TextAreaResizeMode None
Field Value
TextAreaResizeMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The TelerikTextArea component can be resized in vertical direction.
Declaration
public const TextAreaResizeMode Vertical
Field Value
TextAreaResizeMode
|