SizeType
Specifies size options for form controls.
Accepted Values
Name Value Small 0 Middle 1 Large 2
Note
- Small: Small size option.
- Middle: Medium size option.
- Large: Large size option.
This enum is serialized using the Newtonsoft.Json library with the StringEnumConverter, enabling case-insensitive string representation of enum values in JSON.