如何修改默认圆角大小?
#1557
Replies: 2 comments 1 reply
-
hc:BorderElement.CornerRadius="" |
Beta Was this translation helpful? Give feedback.
1 reply
-
目前我只能给用到的每一种控件都重写一下样式,但控件很多,一个一个写很麻烦还容易漏,而且对于同一种控件的不同样式也要分别设置,比如ButtonPrimary和ButtonDashedPrimary,像这样:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
理想情况下就是在App.xaml中设置一次,然后就能在整个程序中生效,详见 #1515,除了修改HandyControl源代码外没有找到别的办法
Beta Was this translation helpful? Give feedback.
All reactions