menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Resize - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved