tags:

views:

9

answers:

1

How to draw plus and minus signs in using data property in Path object.

This is my triangle path object.i need to change it to plus symbol.

<Path x:Name="trianglePath"  Data="M 0 8 H 12 V 15 Z"/>

Please help me out with some examples.

Thanks In Advacne

Regards KSR

+1  A: 

You might find it easier if you draw them out on a piece of graph paper and then label the vertices with the values needed to reach it from the previous one.

Then copy this into your code.

ChrisF