Select to view content in your preferred language

.Net 10.2.4 Marker Symbols, no ControlTemplate

6617
10
Jump to solution
10-28-2014 02:57 PM
KeithMacIntyre
Deactivated User

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
Deactivated User

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