Enum
TextAreaResizeMode

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.

Declaration

cs-api-definition
Auto = 3

Field Value

TextAreaResizeMode

Both

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

Declaration

cs-api-definition
Both = 2

Field Value

TextAreaResizeMode

Horizontal

The TelerikTextArea component can be resized in horizontal direction.

Declaration

cs-api-definition
Horizontal = 1

Field Value

TextAreaResizeMode

None

The TelerikTextArea cannot be resized.

Declaration

cs-api-definition
None = 4

Field Value

TextAreaResizeMode

Vertical

The TelerikTextArea component can be resized in vertical direction.

Declaration

cs-api-definition
Vertical = 0

Field Value

TextAreaResizeMode

In this article
DefinitionFieldsAutoBothHorizontalNoneVertical
Not finding the help you need?
Contact Support