BorderRadius
FormatProperties
.
BorderRadius
Radius of the four corners of the frame.
Example
=
Paragraph
{
Canvas
(1.25", 1", 3) {
BorderRadius
:
10;
};
Space
;
Canvas
(1.25", 1", 3) {
BorderRadius
:
new
BorderRadius
(5, 10, 15, 20);
};
};