Show / Hide Table of Contents

Class TextFormElement

A form element that configures read-only text in form elements.

Inheritance
System.Object
FormElement
TextFormElement
Implements
System.ComponentModel.INotifyPropertyChanged
FormElement.Description
FormElement.IsVisible
FormElement.Label
FormElement.UnknownJson
FormElement.UnsupportedJson
FormElement.INotifyPropertyChanged.PropertyChanged
FormElement.ToJson()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TextFormElement : FormElement, INotifyPropertyChanged
Remarks

The web map specification for text form element does not have "label" and "description" values, so these properties will always be empty strings.

Properties

Name Description
Format

Gets the format of the Text property.

Text

Gets the text to be displayed.

Applies to

TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows200.6 - 200.8
.NET Android200.6 - 200.8
.NET iOS200.6 - 200.8
.NET Framework200.6 - 200.8
UWP200.6 - 200.8
In This Article
Back to top Copyright © 2022 Esri.