Skip to content

Is it possible to use a different theme for each control in WPF? #7589

Answered by miloush
VahidEra asked this question in Q&A
Discussion options

You must be logged in to vote

Instead of relying on implicit styles, you could specifiy them explicitly, like we did for the tooltip, i.e. <Button Style="{StaticResource ...}" />

I do not know the handy style names, but Visual Studio should be able to offer you some available styles for button as you type {StaticResource . Alternatively send a demo project or link to the handy styles and I can have a look.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@VahidEra
Comment options

@VahidEra
Comment options

Answer selected by VahidEra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants