https://github.com/warappa/xamlcss-wpf-samples
https://github.com/warappa/xamlcss-wpf-samples
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/warappa/xamlcss-wpf-samples
- Owner: warappa
- Created: 2018-04-30T19:29:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T16:37:38.000Z (about 6 years ago)
- Last Synced: 2025-01-22T02:41:36.142Z (over 1 year ago)
- Language: C#
- Size: 472 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Advanced style with alternative theme (light/dark)