[]
Represents the canvas item for text fields.
public sealed class InputFieldTextItem : InputFieldItem, IDisposable, ICloneable, IBordered
| Name | Description |
|---|---|
| InputFieldTextItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, int, bool, bool, bool, InputTextAlign, string[]) | Initializes an instance of class InputFieldTextItem. |
| Name | Description |
|---|---|
| Alignment | Gets the text alignment. |
| MaxLength | Gets the maximum length of the text entered. When 0, the text is not restricted to any specified length. |
| Multiline | Gets the multiline. Allows more than a single-line entry in the text field. |
| Password | Gets the password. Displays the user-entered text as a series of asterisks (*). |
| SpellCheck | Gets the spell check. Indicates whether the text should be spell checked during its input or not. |
| Text | Gets the text value. |
| Name | Description |
|---|---|
| Clone() | Performs a cloning of this instance. |
| ToString() | Returns a string that represents the current object. |