Is it posible to use the Microsoft Windows Standard Style in a WPF-window? If I create a normal WPF-Window with a textblock or something like that, the font is very small and not the same like in Microsoft Windows. The background of the window is white. Maybe you can tell me how to use the Style or an information source or things like that, where I can read the settings of a Microsoft Windows Standard window, like:
- Font Family/Size
- Margins (In Buttons, windows, groupboxes,..)
- Paddings
- Colors (Backgroundcolor,..)
- etc..