How to draw a plus sign and triangles for buttons in WPF?
-
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? Thank
-
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? Thank
Check out the Path class. Triangles and plus signs are easy :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Check out the Path class. Triangles and plus signs are easy :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
An easier way is to use an appropriate font. Triangles are just "y" in Wingdings 3.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
An easier way is to use an appropriate font. Triangles are just "y" in Wingdings 3.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
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? Thank
Member 2972992 wrote:
two triangles one pointing up and the other pointing down along with the plus sign
It will be easier is you have Expression Blend Installed,the pen tool allow you to draw shape and you can convert a plus in text format to shape