I am looking to use the shape functionality in WPF in order to apply two triangles one pointing up and the other pointing down along with the plus sign to some buttons. Having a look there doesn’t seem to be an easy to do this. Does anyone have an example where this can be easily done?
Thanks
Take a look at the Path mini-language. For example a triangle pointing upwards could be created using the following path data:
Also, take a look at this very similar question:
What is the Data value of plus sign in Path