Enum TextAreaResize
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Defines how the textarea can be resized by the user.
public enum TextAreaResize
Fields
Both = 3User can resize in both directions.
Horizontal = 2User can resize horizontally only.
None = 0User cannot resize the textarea.
Vertical = 1User can resize vertically only (default).