<StackPanel Margin="20" Spacing="20">
<ContentControl ClipToBounds="True" CornerRadius="20">
<Rectangle Height="20" Fill="Blue" />
</ContentControl>
<ContentPresenter ClipToBounds="True" CornerRadius="20">
<ContentPresenter.Content>
<Rectangle Height="20" Fill="Blue" />
</ContentPresenter.Content>
</ContentPresenter>
<Border ClipToBounds="True" CornerRadius="20">
<Rectangle Height="20" Fill="Blue" />
</Border>
<ExperimentalAcrylicBorder ClipToBounds="True" CornerRadius="20">
<Rectangle Height="20" Fill="Blue" />
</ExperimentalAcrylicBorder>
</StackPanel>
Describe the bug
To Reproduce
Expected behavior
No response
Avalonia version
12.1.1
OS
No response
Additional context
No response