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

LinearGradientBrushAnimation

Rate me:
Please Sign up or sign in to vote.
4.78/5 (8 votes)
14 Mar 2010CPOL2 min read 29.6K   533   11  
Creating and Using a LinearGradientBrushAnimation

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo_LinearGradientBrushAnimation", "Demo_LinearGradientBrushAnimation.csproj", "{A5AEAB58-F0AE-499E-8C8D-55C24C108A39}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A5AEAB58-F0AE-499E-8C8D-55C24C108A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A5AEAB58-F0AE-499E-8C8D-55C24C108A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A5AEAB58-F0AE-499E-8C8D-55C24C108A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A5AEAB58-F0AE-499E-8C8D-55C24C108A39}.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
Software Developer S&I Spectroscopy and Imaging
Germany Germany
Hi, my name is Juergen Schildmann. Since 2007 I have been working as a developer focusing on building applications for physical instruments. Before that I worked as an electrical technician in the cement industry.

Comments and Discussions