HtmlNode and rounded corner style property

I use an HTML Node and I noticed that when I set the property FillColor, Opacity BorderColor, BorderWidth they works correctly.
I would like also change the border shape, they are showed as a rectangle. It is possible have rounded corners?
This type of node doesn't have the CornerRadius property.

There is a way to have rounded corners?

Thank you

1 Reply

SG Shyam G Syncfusion Team July 6, 2018 08:50 AM UTC

Hi Cosimo, 
 
We have created a rectangle with corner radius as an HTML node and provided the playground link below. Also, please refer to the script Html template code example below. 
 
Code example: 
 
<script id="htmlTemplate" type="text/x-jsrender"> 
        <div> 
            <div id="roundedcorners" style="width: 200px;height: 150px;border-radius: 15px; border:1px solid black"> </div> 
        </div> 
    </script> 
 
 
Please let us know if any concerns. 
 
Regards, 
Shyam G 


Loader.
Up arrow icon