-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CheckBox CornerRadius not working #4050
Comments
Hi @PJonHar seems like it is currently not supported. I will add it if @punker76 gives me a 👍 . @punker76 I can think of three possible solutions. Please mark the one you like most and I'll make a PR for it:
My favorite is option 2 I think Happy coding |
Hi Tim, I think that changing the Rectangle to a Border will be the cleanest solution ? As you say, the ControlsHelper.CornerRadius-Property is already available. Cheers. |
mhh not necessarily. If you look into the MahApps.Metro/src/MahApps.Metro/Styles/Controls.CheckBox.xaml Lines 25 to 30 in 711f987
another point is that you control all |
Filters a CornerRadius by the given Filter property. Result can be a new CornerRadius or a value of it's 4 corners.
The CheckCornerRadius property allows users to control the roundness of the CheckBox corners independently by setting a radius value for each corner.
Fix CheckBox CornerRadius not working
Filters a CornerRadius by the given Filter property. Result can be a new CornerRadius or a value of it's 4 corners.
The CheckCornerRadius property allows users to control the roundness of the CheckBox corners independently by setting a radius value for each corner.
I have tried to add a CornerRadius to the CheckBox control but it does not work?
Am I doing something wrong?
Screenshots
The text was updated successfully, but these errors were encountered: