Is there a way to create a marker symbol by code on Graphics layers?
today i use the xaml code, and it works fine:
....<Path Data="F1 M 541.537,173.589L 531.107,173.589L 536.322,167.49L 541.537,173.589 Z " Fill="#FF333333"....
but i have so many differrent kind of symbols, depending sometime on variable, that i am looking for the symbol creation via code with a path data or equivalent.
any help is welcome.