We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
This Feature Request comes form these Issues #3821 , #3833 .
The text was updated successfully, but these errors were encountered:
(GH-3834, GH-3833) Add attached properties for all possible brushes t…
49e963d
…o RadioButtonHelper
(GH-3834) Remove redundant Xaml code
d0f843d
Merge pull request #3864 from MahApps/feature/GH-3834-RadioButtonHelper
c7dd936
Added new attached properties to the RadioButtonHelper
@punker76 Should it be implemented into Button, ToggleButton to control mouseover/checked state easily without overwritten any style?
Sorry, something went wrong.
punker76
Successfully merging a pull request may close this issue.
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 .
The text was updated successfully, but these errors were encountered: