layout: default title: TextAreaInput parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

TextAreaInput Class

The TextAreaInput class defines the desired user interface as a multi-line text area.
ArcGIS Maps SDK for JavaScript

public class TextAreaInput : dymaptic.GeoBlazor.Core.Components.Widgets.FormInput

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput 🡒 TextAreaInput

Properties

TextAreaInput.MaxLength Property

When set, defines the text input’s maximum length.

public System.Nullable<int> MaxLength { get; set; }

Property Value

System.Nullable<System.Int32>

TextAreaInput.MinLength Property

When set, defines the text input’s minimum length.

public System.Nullable<int> MinLength { get; set; }

Property Value

System.Nullable<System.Int32>

TextAreaInput.Type Property

The type of form element input.

public override string Type { get; }

Property Value

System.String