C#C
C#2y ago
9 replies
Syntia

Problem with corner radius XAML property

I use a border with these properties:

<Border CornerRadius="3" Background="{StaticResource Editor.Window.PurpleBrush3}">


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 ?
Was this page helpful?