Click here to Skip to main content
15,886,519 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
using System;
using System.Windows;
using System.Data;
using System.Xml;
using System.Configuration;

namespace Tomers.WPF.Shapes
{
	/// <summary>
	/// Interaction logic for App.xaml
	/// </summary>
	public partial class App : System.Windows.Application
	{

	}
}

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