An open API service indexing awesome lists of open source software.

https://github.com/warappa/xamlcss-wpf-samples


https://github.com/warappa/xamlcss-wpf-samples

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# XamlCSS-WPF-Samples
Here are some examples of how to use [XamlCSS](https://github.com/warappa/XamlCSS) with WPF.

## Fake Visual Studio Installer
Use **css** to create an app that looks like the **Visual Studio Installer**.
You can **edit the style right in the app** by clicking on `Edit Css` and editing the styles.

Normal style

Dark style (just click on one of the `Change` buttons)

Custom edited style

## Basic Use Of Css In An App
This example shows the basics of how to style your app with css.

Basic simple style
![Installer switched to dark mode](https://github.com/warappa/XamlCSS-WPF-Samples/raw/master/VisualStudioInstaller/Web/Images/Basics-simple.png)

Advanced style with alternative theme (light/dark)