-
Hi guys' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Instead of relying on implicit styles, you could specifiy them explicitly, like we did for the tooltip, i.e. 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 |
Beta Was this translation helpful? Give feedback.
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.