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

Introduce attached properties to set RadioButton's brush states #3834

Closed
punker76 opened this issue Jun 4, 2020 · 1 comment · Fixed by #3864
Closed

Introduce attached properties to set RadioButton's brush states #3834

punker76 opened this issue Jun 4, 2020 · 1 comment · Fixed by #3864
Assignees
Milestone

Comments

@punker76
Copy link
Member

punker76 commented Jun 4, 2020

Describe the feature

Currently, every brush must be overwritten at the App.xaml or where the RadioButton is used.

Changing the brushes of a RadioButton could be simplified by using attached properties, as it is already done with the CheckBox.

Additional context

This Feature Request comes form these Issues #3821 , #3833 .

@punker76 punker76 added this to the 2.1.0 milestone Jun 4, 2020
@punker76 punker76 self-assigned this Jun 4, 2020
punker76 added a commit that referenced this issue Jun 22, 2020
punker76 added a commit that referenced this issue Jun 22, 2020
punker76 added a commit that referenced this issue Jun 22, 2020
Added new attached properties to the RadioButtonHelper
@ye4241
Copy link

ye4241 commented Jul 2, 2020

@punker76 Should it be implemented into Button, ToggleButton to control mouseover/checked state easily without overwritten any style?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants