Class TextFormInputView
Text input for the
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class TextFormInputView : Control
Constructors
| Improve this Doc View SourceTextFormInputView()
Initializes an instance of the TextFormInputView class.
Declaration
public TextFormInputView()
Fields
| Improve this Doc View SourceElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MaxLinesProperty
Identifies the MaxLines dependency property.
Declaration
public static readonly DependencyProperty MaxLinesProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MinLinesProperty
Identifies the MinLines dependency property.
Declaration
public static readonly DependencyProperty MinLinesProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceElement
Gets or sets the FieldFormElement.
Declaration
public FieldFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FieldFormElement> |
MaxLines
Gets or sets the maximum number of visible lines.
Declaration
public int MaxLines { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MinLines
Gets or sets the minimum number of visible lines.
Declaration
public int MinLines { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()