I got this error in the designer while building my WPF application.

OpenAngle.jpg

This error is because less than sign '<' is a representation of a XAML element.

To fix the problem, you must use '< as shown below.

Content="<< Left"