Show / Hide Table of Contents

Class TextFormInputView

Text input for the TextAreaFormInput and TextBoxFormInput inputs.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
TextFormInputView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<Control>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
public class TextFormInputView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>

Constructors

Name Description
TextFormInputView()

Initializes an instance of the TextFormInputView class.

Fields

Name Description
ElementProperty

Identifies the Element dependency property.

MaxLinesProperty

Identifies the MaxLines dependency property.

MinLinesProperty

Identifies the MinLines dependency property.

Properties

Name Description
Element

Gets or sets the FieldFormElement.

MaxLines

Gets or sets the maximum number of visible lines.

MinLines

Gets or sets the minimum number of visible lines.

ShowBarcodeScanner

Gets a value indicating whether the bar code scanner button is visible.

ShowCharacterCount

Gets a value indicating whether the character count is visible.

Methods

Name Description
OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

In this article
Back to top Generated by DocFX