[]
Initializes an instance of class InputFieldItem.
protected InputFieldItem(CanvasType type)
Type | Name | Description |
---|---|---|
CanvasType | type | The canvas type. |
Initializes an instance of class InputFieldItem.
protected InputFieldItem(CanvasType type, RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor)
Type | Name | Description |
---|---|---|
CanvasType | type | The canvas type. |
RectangleF | bounds | The bounds. |
string | fieldName | The name of the field. |
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. |