Click here to Skip to main content
15,885,244 members
Articles / Desktop Programming / WPF

WPF Arrow and Custom Shapes

Rate me:
Please Sign up or sign in to vote.
4.42/5 (15 votes)
26 Jan 2008CPOL2 min read 162.6K   3.8K   35  
This article demonstrates how to create an Arrow shape in WPF, and provides guidelines for creating custom shapes

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shapes", "Shapes\Shapes.csproj", "{380B9AC5-900E-4050-9247-4A9B8FAB72F7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{380B9AC5-900E-4050-9247-4A9B8FAB72F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{380B9AC5-900E-4050-9247-4A9B8FAB72F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{380B9AC5-900E-4050-9247-4A9B8FAB72F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{380B9AC5-900E-4050-9247-4A9B8FAB72F7}.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
Architect CodeValue
Israel Israel
Tomer Shamam is a Software Architect and a UI Expert at CodeValue, the home of software experts, based in Israel (http://codevalue.net). Tomer is a speaker in Microsoft conferences and user groups, and in-house courses. Tomer has years of experience in software development, he holds a B.A degree in computer science, and his writings appear regularly in the Israeli MSDN Pulse, and other popular developer web sites such as CodePlex and The Code Project. About his thoughts and ideas you can read in his blog (http://blogs.microsoft.co.il/blogs/tomershamam).

Comments and Discussions