menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanTextAreaProperties

    Show / Hide Table of Contents

    Class KanbanTextAreaProperties

    Represents a class for KanbanTextAreaProperties which includes height and width properties of editing text area.

    Inheritance
    System.Object
    KanbanTextAreaProperties
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class KanbanTextAreaProperties

    Constructors

    KanbanTextAreaProperties()

    Declaration
    public KanbanTextAreaProperties()

    Properties

    Height

    Gets or sets a value that indicates height of the textarea content

    Declaration
    [JsonProperty("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    It accepts height as string

    Width

    Gets or sets a value that indicates width of the textarea content

    Declaration
    [JsonProperty("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    It accepts width as string

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved