Syntia
Syntia
CC#
Created by Syntia on 4/27/2024 in #help
Problem with corner radius XAML property
I use a border with these properties:
<Border CornerRadius="3" Background="{StaticResource Editor.Window.PurpleBrush3}">
<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 ?
10 replies