Click here to Skip to main content
15,896,348 members
Articles / Desktop Programming / WPF

WPF Glass Brush Markup Extension

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
18 Jun 2009CPOL2 min read 27.2K   714   21  
A WPF XAML markup extension with a "Glass" look

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "GlassButton", "GlassButton\GlassButton.vbproj", "{F030E390-2C3B-430A-B1DF-F1A1878A3B4F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F030E390-2C3B-430A-B1DF-F1A1878A3B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F030E390-2C3B-430A-B1DF-F1A1878A3B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F030E390-2C3B-430A-B1DF-F1A1878A3B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F030E390-2C3B-430A-B1DF-F1A1878A3B4F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I enjoy my wife, living in the woods, my 7 dogs, and learning new things. I like to play with UI stuff and model based coding.

Comments and Discussions