HorizontalAlign
Specifies the horizontal alignment options for form controls.
Accepted Values
Name Value Left 0 Center 1 Right 2
Note
- Left: Aligns content to the left.
- Center: Centers content horizontally.
- Right: Aligns content to the right.
This enum is serialized using the Newtonsoft.Json
library with the StringEnumConverter
, allowing the enum values to be represented as strings in JSON.