Position
Specifies the position options for form controls.
Accepted Values
Name Value Left 0 Right 1 Top 2 Bottom 3
Note
- Left: Positioned to the left.
- Right: Positioned to the right.
- Top: Positioned at the top.
- Bottom: Positioned at the bottom.
This enum is serialized using the Newtonsoft.Json
library with the StringEnumConverter
, allowing the enum values to be represented as strings in JSON.