mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-23 02:06:34 +08:00
5 lines
239 B
XML
5 lines
239 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<!-- Add Resources Here -->
|
|
<CornerRadius x:Key="NumericUpDownCornerRadius">3</CornerRadius>
|
|
</ResourceDictionary>
|