Class Resize
Defines Reszie Mode of the TextArea Component can accept.
Inheritance
System.Object
Resize
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Resize : Enum
Fields
Both
The TextArea component is resizable both vertically and horizontally always.
Declaration
public const Resize Both
Field Value
Type |
---|
Resize |
Horizontal
The TextArea component is resizable horizontally always.
Declaration
public const Resize Horizontal
Field Value
Type |
---|
Resize |
None
The TextArea component should not be resizable ever.
Declaration
public const Resize None
Field Value
Type |
---|
Resize |
Vertical
The TextArea component is resizable horizontally always.
Declaration
public const Resize Vertical
Field Value
Type |
---|
Resize |