Problem with corner radius XAML property
I use a border with these properties:
My problem is, only the left corners are rounded and not the right corners, I've tried to put "3,3,3,3" instead of just "3", it doesn't change anything.
Anyone knows this issue ?
7 Replies
Please paste the entire xaml
$paste
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
BlazeBin - ypcywovnzbdh
A tool for sharing your source code with the world!
Do you use the designer?
no i only type
Okay, good.
I assume you know that Margin is the spacing between elements and not absolute position?
Please avoid setting the sizes manually but rely on the layout controls to do their job.
Yeah I know but tbh xaml is not rly my speciality so sometime I don't find exactly how to position perfectly everything