feat: specify CornerRadius.

This commit is contained in:
Zhang Dian
2023-05-10 23:59:47 +08:00
parent cefa6bb4df
commit f29e60712b
3 changed files with 4 additions and 1 deletions

View File

@@ -2,4 +2,5 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="HeaderedContentControlDefaultBackground" Color="Transparent" />
<SolidColorBrush x:Key="HeaderedContentControlDefaultBorderBrush" Opacity="0.08" Color="#F9F9F9" />
<CornerRadius x:Key="HeaderedContentControlCornerRadius">4</CornerRadius>
</ResourceDictionary>