Class KanbanTextAreaPropertiesBuilder
Represents a class for KanbanTextAreaPropertiesBuilder which includes height and width properties of Kanban editing text area.
Inheritance
System.Object
KanbanTextAreaPropertiesBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class KanbanTextAreaPropertiesBuilder
Constructors
KanbanTextAreaPropertiesBuilder()
Declaration
public KanbanTextAreaPropertiesBuilder()
Methods
Height(String)
sets the Height of textarea content
Declaration
public KanbanTextAreaPropertiesBuilder Height(string height)
Parameters
Type | Name | Description |
---|---|---|
System.String | height | It accepts height of the textarea content |
Returns
Type | Description |
---|---|
KanbanTextAreaPropertiesBuilder |
Width(String)
sets the Width of textarea content
Declaration
public KanbanTextAreaPropertiesBuilder Width(string width)
Parameters
Type | Name | Description |
---|---|---|
System.String | width | It accepts height of the textarea content |
Returns
Type | Description |
---|---|
KanbanTextAreaPropertiesBuilder |