MarkPosition
Specifies the position options for marking content in form controls.
Accepted Values
Name Value AtFirst 0 AtLast 1
Note
- AtFirst: Marks content at the beginning.
- AtLast: Marks content at the end.
This enum is serialized using the Newtonsoft.Json
library with the StringEnumConverter
, allowing the enum values to be represented as strings in JSON.