roundCorner

Specifies the radius of corner curvature in pixels.

Type

Integer

corner curvature (pixels)

Example

Rectangle1.roundCorner = 30;

Either syntax below can be used in component script:

roundCorner           // unqualified
Rectangle1.roundCorner    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.