Skip to content
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

Fix CheckBox CornerRadius not working #4056

Merged
merged 2 commits into from
Feb 28, 2021
Merged

Fix CheckBox CornerRadius not working #4056

merged 2 commits into from
Feb 28, 2021

Conversation

punker76
Copy link
Member

Describe the changes you have made to improve this project

  • Add CornerRadiusFilterConverter. Filters a CornerRadius by the given Filter property. Result can be a new CornerRadius or a value of it's 4 corners.
  • Add new CheckCornerRadius attached property to CheckBoxHelper

Closed Issues

Closes #4050

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.
@punker76 punker76 added this to the 2.4.4 milestone Feb 28, 2021
@punker76 punker76 merged commit 624a299 into develop Feb 28, 2021
@punker76 punker76 deleted the fix/GH-4050 branch February 28, 2021 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

CheckBox CornerRadius not working
1 participant