TextField Class
Represents a text field which contains generated text that the application should update periodically.
- Inheritance:
- System.ObjectTextField
Properties
ElementType
Gets the Field value.
public override TextElementType ElementType { get; }
Public Overrides ReadOnly Property ElementType As TextElementType
Property Value
The Field value.
Overrides
Text
Gets or sets the text.
Property Value
- System.String
The text.
Methods
ToString()
Returns a System.String that represents this TextField instance.
Returns
- System.String
A System.String that represents this TextField instance.
Overrides
System.Object.ToString()
Inherited Properties
Format | Gets or sets the text formatting options. (Inherited from TextElement) |
Parent | Gets the parent text paragraph or null if text element was deleted. (Inherited from TextElement) |