GithubHelp home page GithubHelp logo

00mjk / wpfexpressionblendtheme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danpristupov/wpfexpressionblendtheme

0.0 0.0 0.0 2.56 MB

A WPF theme which will make an application look like Expression Blend.

C# 100.00%

wpfexpressionblendtheme's Introduction

#Dark Blend theme for WPF

A WPF theme which will make an application look like Blend.

Alt text Before / After ####List of supported controls

  • Button
  • CheckBox
  • ComboBox
  • Expander
  • GroupBox
  • Label
  • ListBox
  • ListView
  • Menu
  • RadioButton
  • ScrollViewer
  • TabControl
  • TextBox
  • ToggleButton
  • TreeView
  • DataGrid

####How to use that theme in your application #####NuGet

  1. To install WPF DarkBlend Theme, run the following command in the Package Manager Console:
PM> Install-Package WPFThemes.DarkBlend

#####Manually

  1. Download the project.
  2. Copy Themes folder with Styles.xaml file to your project. In order to use that theme you need just to add a reference to Styles.xaml into the App.xaml file. So, open App.xaml and add following code:
<Application
	...
	<Application.Resources>
		<ResourceDictionary>
           	<ResourceDictionary.MergedDictionaries>
				<ResourceDictionary Source="Themes\Styles.xaml” />
			</ResourceDictionary.MergedDictionaries>
		</ResourceDictionary>
	</Application.Resources>
</Application>

If you want to apply the theme to the control which is derived from Window (for example MainWindow) you must add to corresponding xaml a style definition like following.

<Window ... Style="{StaticResource {x:Type Window}}”>

That's it.

###Feedback

I hope you find it useful. Feel free to contact me for any questions you may have.

###You might be also interested in WPF Office Theme https://github.com/TanyaPristupova/WpfOfficeTheme

wpfexpressionblendtheme's People

Contributors

benda avatar danpristupov avatar mattiascibien avatar tanyazyrk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.