Class TextFormInputView
Text input for the TextAreaFormInput and TextBoxFormInput inputs.
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_BasemapGalleryWinRTTypeDetails))]
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() | Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class. |