Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1150
Bind to brushes from the current theme
posted

Hello,

users of my application can change the theme at runtime.
How can I bind to theme specific brushes by XAML
like it is possible with system colors using {DynamicResource {x:Static SystemColors.SomeBrushKey}} 

Where can I find a list of available named brushes?

Thank you.