By Jonathan Cornu on Wednesday, 11 January 2017
Posted in C# Development
Likes 0
Views 2.1K
Votes 0
With the interface wpf the default background is with.
I know the properties background of window, but I don't find the good value for apply the same color of Ms Windows Theme (like the default background of button).

Background="{DynamicResource {x:Static SystemColors.AppWorkspaceBrushKey}}" is not the good color not the same of default color button.
View Full Post