Is there any way to setup GraphicLayer so it scales lines as the map is zoomed with a WPF control? It looks like the SimpleLineSymbol styled lines stay the same thickness regardless of the zoom level.
Andre
You can check when the MapView's Scale changes and then change the width of the polyline in the renderer.