A Br element is used to create vertical spacing between other UI elements. It does not display content; it simply adds empty space. The size and margins allow you to control how much separation appears in the layout.
| Field | Type | Default Value | Description |
|---|---|---|---|
| Name | String | {name} | Name of the line break element. |
| Size | Number | 0 | Height of the break space. |
| Margin | Number | 20 | Outer margin applied around the break. |
| MarginLine | Number | 10 | Inner margin applied within the break structure. |
Coding:
{
"@Type": "Br",
"Name": "{name}",
"Size": 0,
"Margin": 20,
"MarginLine": 10
}
To see how to create this element in Applin Studio (no-code mode), visit:
Design the Br in Applin Studio