AIPromptPromptTextAreaSettingsBuilder

Methods

InputMode(System.String)

Specifies the input mode attribute for mobile keyboards.

Parameters

value - System.String

The value that configures the inputmode.

Label(System.Action)

Specifies the label configuration for the textarea.

Parameters

configurator - System.Action<AIPromptPromptTextAreaLabelSettingsBuilder>

The action that configures the label.

MaxLength(System.Double)

Specifies the maximum number of characters allowed in the textarea.

Parameters

value - System.Double

The value that configures the maxlength.

Placeholder(System.String)

Specifies the placeholder text for the textarea.

Parameters

value - System.String

The value that configures the placeholder.

Rows(System.Double)

Specifies the number of visible text lines.

Parameters

value - System.Double

The value that configures the rows.

FillMode(Kendo.Mvc.UI.FillMode)

Specifies the fill mode.

Parameters

value - FillMode

The value that configures the fillmode.

Overflow(Kendo.Mvc.UI.TextAreaOverflow)

Specifies the overflow behavior.

Parameters

value - TextAreaOverflow

The value that configures the overflow.

Resize(Kendo.Mvc.UI.TextAreaResize)

Specifies the resize behavior.

Parameters

value - TextAreaResize

The value that configures the resize.

Rounded(Kendo.Mvc.UI.Rounded)

Specifies the border radius.

Parameters

value - Rounded

The value that configures the rounded.

Size(Kendo.Mvc.UI.ComponentSize)

Specifies the size.

Parameters

value - ComponentSize

The value that configures the size.