.Net 10.2.4 Marker Symbols, no ControlTemplate

5604
10
Jump to solution
10-28-2014 02:57 PM
KeithMacIntyre
New Contributor III

MarkerSymbol's are no longer a UI element and we cannot apply a ControlTemplate to them in 10.2.4.  We have some complex symbols that have arrows, labels, status indicators and other UI elements that are bound to properties of inherited Symbols using 10.2.3.  What would be the best approach for us to display complex custom symbols like these in 10.2.4?

0 Kudos
10 Replies
KeithMacIntyre
New Contributor III

Yes, we were using the WPF SDK and the MarkerSymbol's inherited from DependencyObject's so we were able to apply custom ControlTemplates and bind to properties on our custom Symbol's that inherited from MarkerSymbol's.

0 Kudos