shaffex

Shape: RoundedRectangle

Description

A rectangle shape with rounded corners, aligned inside the frame of the view containing it.

Parameters

Example

<body>
    <vstack padding="">
        <roundedrectangle cornerRadius="25" foregroundColor="indigo"/>
        <roundedrectangle cornerRadius="64" stroke="lineWidth:2" foregroundColor="teal" padding="20"/>
    </vstack>
</body>

Screenshot