Table of Contents

Enum TextAreaResize

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll

Defines how the textarea can be resized by the user.

public enum TextAreaResize

Fields

Both = 3

User can resize in both directions.

Horizontal = 2

User can resize horizontally only.

None = 0

User cannot resize the textarea.

Vertical = 1

User can resize vertically only (default).