BackgroundImageLayout
Specifies the layout options for a background image in form controls.
Accepted Values
Name Value None 0 Tile 1 Center 2 Stretch 3 Zoom 4
Note
- None: No background image layout is applied.
- Tile: The background image is repeated to fill the area.
- Center: The background image is centered within the area.
- Stretch: The background image is stretched to fill the area.
- Zoom: The background image is scaled to fit the area, maintaining its aspect ratio.
This enum is serialized using the Newtonsoft.Json
library with the StringEnumConverter
, allowing the enum values to be represented as strings in JSON.