[]
Initializes an instance of class InputFieldTextItem.
public InputFieldTextItem(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, int maxLength, bool multiline, bool password, bool spellCheck, InputTextAlign alignment, string[] textArray)
Type | Name | Description |
---|---|---|
RectangleF | bounds | The bounds. |
string | fieldName | The field name. |
bool | readOnly | The flag defining the read-only state. |
bool | required | The flag defining the required state. |
InputBorderStyle | borderStyle | The border style. |
float | borderWidth | The border width. |
Color | borderColor | The border color. |
int | maxLength | The max length. |
bool | multiline | The flag defining the multiline state. |
bool | password | The flag defining the password state. |
bool | spellCheck | The flag defining the spell check state. |
InputTextAlign | alignment | The alignment. |
string[] | textArray | The text. |