apUI_borderRadius {#ap-ui-brdr-radius}
======================================

Radius for the corners of the borders displayed on the widget.

Format:
:

    ```
    &lt;val1&gt;px&lt;val2&gt;px&lt;val3&gt;px&lt;val4&gt;px
    ```

Values:
:
`&lt;val1&gt;` is the radius for the right top corner.
:
`&lt;val2&gt;` is the radius for the left top corner.
:
`&lt;val3&gt;` is the radius for the right bottom corner.
:
`&lt;val4&gt;` is the radius for the left bottom corner.

Example:
:
`25px10px25px10px`

Specifications {#ap-ui-brdr-radius_Specifications}
--------------------------------------------------

* **Data Type:** String
* **Data Length:** 25

Mapping Information {#ap-ui-brdr-radius_Mapping}
------------------------------------------------

* **REST API Field:** No corresponding field.
* **SCMP API Field:** ap_ui_border_radius
* **Simple Order API Field:** apUI_borderRadius

