Class TextFormField
Represents a text form field.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class TextFormField : FormField, INotifyPropertyChanged
Properties
Text
Gets or sets the text value of the text form field.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged